home *** CD-ROM | disk | FTP | other *** search
/ PC User 2003 January / Disc 3 / Amethyst.iso / live / usr / lib / perl5 / 5.6.0 / i386-linux / Config.pm next >
Encoding:
Perl POD Document  |  2001-03-10  |  176.2 KB  |  7,184 lines

  1. package Config;
  2. use Exporter ();
  3. @EXPORT = qw(%Config);
  4. @EXPORT_OK = qw(myconfig config_sh config_vars);
  5.  
  6. # Define our own import method to avoid pulling in the full Exporter:
  7. sub import {
  8.   my $pkg = shift;
  9.   @_ = @EXPORT unless @_;
  10.   my @func = grep {$_ ne '%Config'} @_;
  11.   local $Exporter::ExportLevel = 1;
  12.   Exporter::import('Config', @func) if @func;
  13.   return if @func == @_;
  14.   my $callpkg = caller(0);
  15.   *{"$callpkg\::Config"} = \%Config;
  16. }
  17.  
  18. die "Perl lib version (v5.6.0) doesn't match executable version ($])"
  19.     unless $^V;
  20.  
  21. $^V eq v5.6.0
  22.   or die "Perl lib version (v5.6.0) doesn't match executable version (" .
  23.     (sprintf "v%vd",$^V) . ")";
  24.  
  25. # This file was created by configpm when Perl was built. Any changes
  26. # made to this file will be lost the next time perl is built.
  27.  
  28. ##
  29. ## This file was produced by running the Configure script. It holds all the
  30. ## definitions figured out by Configure. Should you modify one of these values,
  31. ## do not forget to propagate your changes by running "Configure -der". You may
  32. ## instead choose to run each of the .SH files by yourself, or "Configure -S".
  33. ##
  34. #
  35. ## Package name      : perl5
  36. ## Source directory  : .
  37. ## Configuration time: Fri Mar  9 23:17:06 MST 2001
  38. ## Configured by     : root
  39. ## Target system     : linux bm.calderalabs.com 2.2.14 #1 smp thu feb 17 11:49:42 mst 2000 i686 unknown 
  40. #
  41. ## Configure command line arguments.
  42.  
  43. my $config_sh = <<'!END!';
  44. archlibexp='/usr/lib/perl5/5.6.0/i386-linux'
  45. archname='i386-linux'
  46. cc='gcc'
  47. ccflags='-fno-strict-aliasing -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64'
  48. cppflags='-fno-strict-aliasing'
  49. dlsrc='dl_dlopen.xs'
  50. dynamic_ext='B ByteLoader DB_File Data/Dumper Devel/DProf Devel/Peek Fcntl File/Glob GDBM_File IO IPC/SysV NDBM_File Opcode POSIX SDBM_File Socket Sys/Hostname Sys/Syslog attrs re'
  51. extensions='B ByteLoader DB_File Data/Dumper Devel/DProf Devel/Peek Fcntl File/Glob GDBM_File IO IPC/SysV NDBM_File Opcode POSIX SDBM_File Socket Sys/Hostname Sys/Syslog attrs re Errno'
  52. installarchlib='/usr/lib/perl5/5.6.0/i386-linux'
  53. installprivlib='/usr/lib/perl5/5.6.0'
  54. libpth='/lib /usr/lib'
  55. libs='-lnsl -lndbm -lgdbm -ldb -ldl -lm -lc -lcrypt'
  56. osname='linux'
  57. osvers='2.2.14'
  58. prefix='/usr'
  59. privlibexp='/usr/lib/perl5/5.6.0'
  60. sharpbang='#!'
  61. shsharp='true'
  62. sig_name='ZERO HUP INT QUIT ILL TRAP ABRT BUS FPE KILL USR1 SEGV USR2 PIPE ALRM TERM STKFLT CHLD CONT STOP TSTP TTIN TTOU URG XCPU XFSZ VTALRM PROF WINCH IO PWR SYS RTMIN NUM33 NUM34 NUM35 NUM36 NUM37 NUM38 NUM39 NUM40 NUM41 NUM42 NUM43 NUM44 NUM45 NUM46 NUM47 NUM48 NUM49 NUM50 NUM51 NUM52 NUM53 NUM54 NUM55 NUM56 NUM57 NUM58 NUM59 NUM60 NUM61 NUM62 RTMAX IOT CLD POLL UNUSED '
  63. sig_num='0 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 6 17 29 31 '
  64. so='so'
  65. startsh='#!/bin/sh'
  66. static_ext=' '
  67. Author=''
  68. CONFIG='true'
  69. CONFIGDOTSH='true'
  70. Date='$Date'
  71. Header=''
  72. Id='$Id'
  73. Locker=''
  74. Log='$Log'
  75. Mcc='Mcc'
  76. PATCHLEVEL='6'
  77. PERL_API_REVISION='5'
  78. PERL_API_SUBVERSION='0'
  79. PERL_API_VERSION='5'
  80. PERL_REVISION='5'
  81. PERL_SUBVERSION='0'
  82. PERL_VERSION='6'
  83. RCSfile='$RCSfile'
  84. Revision='$Revision'
  85. SUBVERSION='0'
  86. Source=''
  87. State=''
  88. _a='.a'
  89. _exe=''
  90. _o='.o'
  91. afs='false'
  92. alignbytes='4'
  93. ansi2knr=''
  94. aphostname=''
  95. api_revision='5'
  96. api_subversion='0'
  97. api_version='5'
  98. api_versionstring='5.005'
  99. ar='ar'
  100. archlib='/usr/lib/perl5/5.6.0/i386-linux'
  101. archname64=''
  102. archobjs=''
  103. awk='awk'
  104. baserev='5.0'
  105. bash=''
  106. bin='/usr/bin'
  107. bincompat5005='define'
  108. binexp='/usr/bin'
  109. bison=''
  110. byacc='byacc'
  111. byteorder='1234'
  112. c=''
  113. castflags='0'
  114. cat='cat'
  115. cccdlflags='-fpic'
  116. ccdlflags='-rdynamic'
  117. ccsymbols='__GNUC_MINOR__=95 __i386=1 __i386__=1 __linux=1 __linux__=1 __unix=1 __unix__=1 cpu=i386 machine=i386 system=posix'
  118. cf_by='root'
  119. cf_email='bugs@calderasystems.com'
  120. cf_time='Fri Mar  9 23:17:06 MST 2001'
  121. charsize='1'
  122. chgrp=''
  123. chmod=''
  124. chown=''
  125. clocktype='clock_t'
  126. comm='comm'
  127. compress=''
  128. config_arg0='Configure'
  129. config_arg10='-Dman1dir=/usr/share/man/en/man1'
  130. config_arg11='-Dman1ext=1'
  131. config_arg12='-Dman3dir=/usr/share/perl5/man/man3'
  132. config_arg13='-Dman3ext=3'
  133. config_arg14='-Doptimize=-O2 -m486 -fno-strength-reduce -fomit-frame-pointer -pipe'
  134. config_arg15='-Dperladmin=none'
  135. config_arg16='-Dsitelib=/usr/lib/perl5/site-perl'
  136. config_arg17='-Dusedl=true'
  137. config_arg18='-Dusethreads=undef'
  138. config_arg19='-Dmyhostname=bm.calderalabs.com'
  139. config_arg1='-ds'
  140. config_arg20='-E'
  141. config_arg2='-e'
  142. config_arg3='-Dcc=gcc'
  143. config_arg4='-Dprefix=/usr'
  144. config_arg5='-Dinstallprefix=/usr'
  145. config_arg6='-Darchname=i386-linux'
  146. config_arg7='-Dcf_email=bugs@calderasystems.com'
  147. config_arg8='-Dd_dosuid=define'
  148. config_arg9='-Dfull_csh=/bin/tcsh'
  149. config_argc='20'
  150. config_args='-ds -e -Dcc=gcc -Dprefix=/usr -Dinstallprefix=/usr -Darchname=i386-linux -Dcf_email=bugs@calderasystems.com -Dd_dosuid=define -Dfull_csh=/bin/tcsh -Dman1dir=/usr/share/man/en/man1 -Dman1ext=1 -Dman3dir=/usr/share/perl5/man/man3 -Dman3ext=3 -Doptimize=-O2 -m486 -fno-strength-reduce -fomit-frame-pointer -pipe -Dperladmin=none -Dsitelib=/usr/lib/perl5/site-perl -Dusedl=true -Dusethreads=undef -Dmyhostname=bm.calderalabs.com -E'
  151. contains='grep'
  152. cp='cp'
  153. cpio=''
  154. cpp='cpp'
  155. cpp_stuff='42'
  156. cppccsymbols='__ELF__=1 __GNUC__=2 i386=1 linux=1 unix=1'
  157. cpplast='-'
  158. cppminus='-'
  159. cpprun='gcc -E'
  160. cppstdin='gcc -E'
  161. cppsymbols='_FILE_OFFSET_BITS=64 __GNUC_MINOR__=95 _LARGEFILE_SOURCE=1 _POSIX_C_SOURCE=199506 _POSIX_SOURCE=1 __STDC__=1 __i386=1 __i386__=1 i486=1 __i486=1 __i486__=1 __linux=1 __linux__=1 __unix=1 __unix__=1'
  162. crosscompile='undef'
  163. cryptlib=''
  164. csh='csh'
  165. d_Gconvert='gcvt((x),(n),(b))'
  166. d_PRIEldbl='define'
  167. d_PRIFldbl='define'
  168. d_PRIGldbl='define'
  169. d_PRIX64='define'
  170. d_PRId64='define'
  171. d_PRIeldbl='define'
  172. d_PRIfldbl='define'
  173. d_PRIgldbl='define'
  174. d_PRIi64='define'
  175. d_PRIo64='define'
  176. d_PRIu64='define'
  177. d_PRIx64='define'
  178. d_access='define'
  179. d_accessx='undef'
  180. d_alarm='define'
  181. d_archlib='define'
  182. d_atolf='undef'
  183. d_atoll='define'
  184. d_attribut='define'
  185. d_bcmp='define'
  186. d_bcopy='define'
  187. d_bincompat5005='define'
  188. d_bsd='undef'
  189. d_bsdgetpgrp='undef'
  190. d_bsdsetpgrp='undef'
  191. d_bzero='define'
  192. d_casti32='undef'
  193. d_castneg='define'
  194. d_charvspr='undef'
  195. d_chown='define'
  196. d_chroot='define'
  197. d_chsize='undef'
  198. d_closedir='define'
  199. d_const='define'
  200. d_crypt='define'
  201. d_csh='define'
  202. d_cuserid='define'
  203. d_dbl_dig='define'
  204. d_difftime='define'
  205. d_dirnamlen='undef'
  206. d_dlerror='define'
  207. d_dlopen='define'
  208. d_dlsymun='undef'
  209. d_dosuid='define'
  210. d_drand48proto='define'
  211. d_dup2='define'
  212. d_eaccess='undef'
  213. d_endgrent='define'
  214. d_endhent='define'
  215. d_endnent='define'
  216. d_endpent='define'
  217. d_endpwent='define'
  218. d_endsent='define'
  219. d_endspent='define'
  220. d_eofnblk='define'
  221. d_eunice='undef'
  222. d_fchmod='define'
  223. d_fchown='define'
  224. d_fcntl='define'
  225. d_fd_macros='define'
  226. d_fd_set='define'
  227. d_fds_bits='undef'
  228. d_fgetpos='define'
  229. d_flexfnam='define'
  230. d_flock='define'
  231. d_fork='define'
  232. d_fpathconf='define'
  233. d_fpos64_t='undef'
  234. d_fs_data_s='undef'
  235. d_fseeko='define'
  236. d_fsetpos='define'
  237. d_fstatfs='define'
  238. d_fstatvfs='define'
  239. d_ftello='define'
  240. d_ftime='undef'
  241. d_getcwd='define'
  242. d_getfsstat='undef'
  243. d_getgrent='define'
  244. d_getgrps='define'
  245. d_gethbyaddr='define'
  246. d_gethbyname='define'
  247. d_gethent='define'
  248. d_gethname='define'
  249. d_gethostprotos='define'
  250. d_getlogin='define'
  251. d_getmnt='undef'
  252. d_getmntent='define'
  253. d_getnbyaddr='define'
  254. d_getnbyname='define'
  255. d_getnent='define'
  256. d_getnetprotos='define'
  257. d_getpbyname='define'
  258. d_getpbynumber='define'
  259. d_getpent='define'
  260. d_getpgid='define'
  261. d_getpgrp2='undef'
  262. d_getpgrp='define'
  263. d_getppid='define'
  264. d_getprior='define'
  265. d_getprotoprotos='define'
  266. d_getpwent='define'
  267. d_getsbyname='define'
  268. d_getsbyport='define'
  269. d_getsent='define'
  270. d_getservprotos='define'
  271. d_getspent='define'
  272. d_getspnam='define'
  273. d_gettimeod='define'
  274. d_gnulibc='define'
  275. d_grpasswd='define'
  276. d_hasmntopt='define'
  277. d_htonl='define'
  278. d_iconv='define'
  279. d_index='undef'
  280. d_inetaton='define'
  281. d_int64_t='define'
  282. d_isascii='define'
  283. d_killpg='define'
  284. d_lchown='define'
  285. d_ldbl_dig='define'
  286. d_link='define'
  287. d_locconv='define'
  288. d_lockf='define'
  289. d_longdbl='define'
  290. d_longlong='define'
  291. d_lseekproto='define'
  292. d_lstat='define'
  293. d_madvise='define'
  294. d_mblen='define'
  295. d_mbstowcs='define'
  296. d_mbtowc='define'
  297. d_memchr='define'
  298. d_memcmp='define'
  299. d_memcpy='define'
  300. d_memmove='define'
  301. d_memset='define'
  302. d_mkdir='define'
  303. d_mkdtemp='define'
  304. d_mkfifo='define'
  305. d_mkstemp='define'
  306. d_mkstemps='undef'
  307. d_mktime='define'
  308. d_mmap='define'
  309. d_mprotect='define'
  310. d_msg='define'
  311. d_msg_ctrunc='define'
  312. d_msg_dontroute='define'
  313. d_msg_oob='define'
  314. d_msg_peek='define'
  315. d_msg_proxy='define'
  316. d_msgctl='define'
  317. d_msgget='define'
  318. d_msgrcv='define'
  319. d_msgsnd='define'
  320. d_msync='define'
  321. d_munmap='define'
  322. d_mymalloc='undef'
  323. d_nice='define'
  324. d_nv_preserves_uv='define'
  325. d_off64_t='undef'
  326. d_old_pthread_create_joinable='undef'
  327. d_oldpthreads='undef'
  328. d_oldsock='undef'
  329. d_open3='define'
  330. d_pathconf='define'
  331. d_pause='define'
  332. d_phostname='undef'
  333. d_pipe='define'
  334. d_poll='define'
  335. d_portable='define'
  336. d_pthread_yield='undef'
  337. d_pwage='undef'
  338. d_pwchange='undef'
  339. d_pwclass='undef'
  340. d_pwcomment='undef'
  341. d_pwexpire='undef'
  342. d_pwgecos='define'
  343. d_pwpasswd='define'
  344. d_pwquota='undef'
  345. d_qgcvt='define'
  346. d_quad='define'
  347. d_readdir='define'
  348. d_readlink='define'
  349. d_rename='define'
  350. d_rewinddir='define'
  351. d_rmdir='define'
  352. d_safebcpy='define'
  353. d_safemcpy='undef'
  354. d_sanemcmp='define'
  355. d_sched_yield='define'
  356. d_scm_rights='define'
  357. d_seekdir='define'
  358. d_select='define'
  359. d_sem='define'
  360. d_semctl='define'
  361. d_semctl_semid_ds='define'
  362. d_semctl_semun='define'
  363. d_semget='define'
  364. d_semop='define'
  365. d_setegid='define'
  366. d_seteuid='define'
  367. d_setgrent='define'
  368. d_setgrps='define'
  369. d_sethent='define'
  370. d_setlinebuf='define'
  371. d_setlocale='undef'
  372. d_setnent='define'
  373. d_setpent='define'
  374. d_setpgid='define'
  375. d_setpgrp2='undef'
  376. d_setpgrp='define'
  377. d_setprior='define'
  378. d_setpwent='define'
  379. d_setregid='define'
  380. d_setresgid='define'
  381. d_setresuid='define'
  382. d_setreuid='define'
  383. d_setrgid='undef'
  384. d_setruid='undef'
  385. d_setsent='define'
  386. d_setsid='define'
  387. d_setspent='define'
  388. d_setvbuf='define'
  389. d_sfio='undef'
  390. d_shm='define'
  391. d_shmat='define'
  392. d_shmatprototype='define'
  393. d_shmctl='define'
  394. d_shmdt='define'
  395. d_shmget='define'
  396. d_sigaction='define'
  397. d_sigsetjmp='define'
  398. d_socket='define'
  399. d_socklen_t='define'
  400. d_sockpair='define'
  401. d_sqrtl='define'
  402. d_statblks='define'
  403. d_statfs_f_flags='undef'
  404. d_statfs_s='define'
  405. d_statvfs='define'
  406. d_stdio_cnt_lval='undef'
  407. d_stdio_ptr_lval='define'
  408. d_stdio_stream_array='undef'
  409. d_stdiobase='define'
  410. d_stdstdio='define'
  411. d_strchr='define'
  412. d_strcoll='define'
  413. d_strctcpy='define'
  414. d_strerrm='strerror(e)'
  415. d_strerror='define'
  416. d_strtod='define'
  417. d_strtol='define'
  418. d_strtold='define'
  419. d_strtoll='define'
  420. d_strtoul='define'
  421. d_strtoull='define'
  422. d_strtouq='define'
  423. d_strxfrm='define'
  424. d_suidsafe='undef'
  425. d_symlink='define'
  426. d_syscall='define'
  427. d_sysconf='define'
  428. d_sysernlst=''
  429. d_syserrlst='define'
  430. d_system='define'
  431. d_tcgetpgrp='define'
  432. d_tcsetpgrp='define'
  433. d_telldir='define'
  434. d_telldirproto='define'
  435. d_time='define'
  436. d_times='define'
  437. d_truncate='define'
  438. d_tzname='define'
  439. d_umask='define'
  440. d_uname='define'
  441. d_union_semun='undef'
  442. d_ustat='define'
  443. d_vendorarch='undef'
  444. d_vendorbin='undef'
  445. d_vendorlib='undef'
  446. d_vfork='undef'
  447. d_void_closedir='undef'
  448. d_voidsig='define'
  449. d_voidtty=''
  450. d_volatile='define'
  451. d_vprintf='define'
  452. d_wait4='define'
  453. d_waitpid='define'
  454. d_wcstombs='define'
  455. d_wctomb='define'
  456. d_xenix='undef'
  457. date='date'
  458. db_hashtype='u_int32_t'
  459. db_prefixtype='size_t'
  460. defvoidused='15'
  461. direntrytype='struct dirent'
  462. dlext='so'
  463. doublesize='8'
  464. drand01='drand48()'
  465. eagain='EAGAIN'
  466. ebcdic='undef'
  467. echo='echo'
  468. egrep='egrep'
  469. emacs=''
  470. eunicefix=':'
  471. exe_ext=''
  472. expr='expr'
  473. fflushNULL='define'
  474. fflushall='undef'
  475. find=''
  476. firstmakefile='makefile'
  477. flex=''
  478. fpossize='16'
  479. fpostype='fpos_t'
  480. freetype='void'
  481. full_ar='/usr/bin/ar'
  482. full_csh='/bin/tcsh'
  483. full_sed='/bin/sed'
  484. gccversion='2.95.2 19991024 (release)'
  485. gidformat='"lu"'
  486. gidsign='1'
  487. gidsize='4'
  488. gidtype='gid_t'
  489. glibpth='/usr/shlib  /usr/lib/large /lib /usr/lib /usr/lib/386 /lib/386 /lib/large /usr/lib/small /lib/small /usr/ccs/lib /usr/ucblib /usr/local/lib '
  490. grep='grep'
  491. groupcat='cat /etc/group'
  492. groupstype='gid_t'
  493. gzip='gzip'
  494. h_fcntl='false'
  495. h_sysfile='true'
  496. hint='recommended'
  497. hostcat=''
  498. huge=''
  499. i16size='2'
  500. i16type='short'
  501. i32size='4'
  502. i32type='long'
  503. i64size='8'
  504. i64type='long long'
  505. i8size='1'
  506. i8type='char'
  507. i_arpainet='define'
  508. i_bsdioctl=''
  509. i_db='define'
  510. i_dbm='undef'
  511. i_dirent='define'
  512. i_dld='undef'
  513. i_dlfcn='define'
  514. i_fcntl='undef'
  515. i_float='define'
  516. i_gdbm='define'
  517. i_grp='define'
  518. i_iconv='define'
  519. i_ieeefp='undef'
  520. i_inttypes='define'
  521. i_limits='define'
  522. i_locale='undef'
  523. i_machcthr='undef'
  524. i_malloc='define'
  525. i_math='define'
  526. i_memory='undef'
  527. i_mntent='define'
  528. i_ndbm='define'
  529. i_netdb='define'
  530. i_neterrno='undef'
  531. i_netinettcp='define'
  532. i_niin='define'
  533. i_poll='define'
  534. i_pthread='define'
  535. i_pwd='define'
  536. i_rpcsvcdbm='undef'
  537. i_sfio='undef'
  538. i_sgtty='undef'
  539. i_shadow='define'
  540. i_socks='undef'
  541. i_stdarg='define'
  542. i_stddef='define'
  543. i_stdlib='define'
  544. i_string='define'
  545. i_sunmath='undef'
  546. i_sysaccess='undef'
  547. i_sysdir='define'
  548. i_sysfile='define'
  549. i_sysfilio='undef'
  550. i_sysin='undef'
  551. i_sysioctl='define'
  552. i_syslog='define'
  553. i_sysmman='define'
  554. i_sysmode='undef'
  555. i_sysmount='define'
  556. i_sysndir='undef'
  557. i_sysparam='define'
  558. i_sysresrc='define'
  559. i_syssecrt='undef'
  560. i_sysselct='define'
  561. i_syssockio=''
  562. i_sysstat='define'
  563. i_sysstatfs='define'
  564. i_sysstatvfs='define'
  565. i_systime='define'
  566. i_systimek='undef'
  567. i_systimes='define'
  568. i_systypes='define'
  569. i_sysuio='define'
  570. i_sysun='define'
  571. i_sysutsname='define'
  572. i_sysvfs='define'
  573. i_syswait='define'
  574. i_termio='undef'
  575. i_termios='define'
  576. i_time='undef'
  577. i_unistd='define'
  578. i_ustat='define'
  579. i_utime='define'
  580. i_values='define'
  581. i_varargs='undef'
  582. i_varhdr='stdarg.h'
  583. i_vfork='undef'
  584. ignore_versioned_solibs='y'
  585. inc_version_list=' '
  586. inc_version_list_init='0'
  587. incpath=''
  588. inews=''
  589. installbin='/usr/bin'
  590. installman1dir='/usr/share/man/en/man1'
  591. installman3dir='/usr/share/perl5/man/man3'
  592. installprefix='/usr'
  593. installprefixexp='/usr'
  594. installscript='/usr/bin'
  595. installsitearch='/usr/lib/perl5/site-perl/i386-linux'
  596. installsitebin='/usr/bin'
  597. installsitelib='/usr/lib/perl5/site-perl'
  598. installstyle='lib/perl5'
  599. installusrbinperl='define'
  600. installvendorarch=''
  601. installvendorbin=''
  602. installvendorlib=''
  603. intsize='4'
  604. ivdformat='"ld"'
  605. ivsize='4'
  606. ivtype='long'
  607. known_extensions='B ByteLoader DB_File Data/Dumper Devel/DProf Devel/Peek Fcntl File/Glob GDBM_File IO IPC/SysV NDBM_File ODBM_File Opcode POSIX SDBM_File Socket Sys/Hostname Sys/Syslog Thread attrs re'
  608. ksh=''
  609. large=''
  610. ld='gcc'
  611. lddlflags='-shared'
  612. ldflags=''
  613. ldlibpthname='LD_LIBRARY_PATH'
  614. less='less'
  615. lib_ext='.a'
  616. libc='/lib/libc-2.2.1.so'
  617. libperl='libperl.a'
  618. libsdirs=' /usr/lib'
  619. libsfiles=' libnsl.so libndbm.so libgdbm.so libdb.so libdl.so libm.so libc.so libcrypt.so'
  620. libsfound=' /usr/lib/libnsl.so /usr/lib/libndbm.so /usr/lib/libgdbm.so /usr/lib/libdb.so /usr/lib/libdl.so /usr/lib/libm.so /usr/lib/libc.so /usr/lib/libcrypt.so'
  621. libspath=' /lib /usr/lib'
  622. libswanted='sfio socket bind inet nsl nm ndbm gdbm dbm db malloc dl dld ld sun m c cposix posix ndir dir crypt sec ucb BSD PW x iconv'
  623. line=''
  624. lint=''
  625. lkflags=''
  626. ln='ln'
  627. lns='/bin/ln -s'
  628. locincpth='/usr/local/include /opt/local/include /usr/gnu/include /opt/gnu/include /usr/GNU/include /opt/GNU/include'
  629. loclibpth='/usr/local/lib /opt/local/lib /usr/gnu/lib /opt/gnu/lib /usr/GNU/lib /opt/GNU/lib'
  630. longdblsize='12'
  631. longlongsize='8'
  632. longsize='4'
  633. lp=''
  634. lpr=''
  635. ls='ls'
  636. lseeksize='8'
  637. lseektype='off_t'
  638. mail=''
  639. mailx=''
  640. make='make'
  641. make_set_make='#'
  642. mallocobj=''
  643. mallocsrc=''
  644. malloctype='void *'
  645. man1dir='/usr/share/man/en/man1'
  646. man1direxp='/usr/share/man/en/man1'
  647. man1ext='1'
  648. man3dir='/usr/share/perl5/man/man3'
  649. man3direxp='/usr/share/perl5/man/man3'
  650. man3ext='3'
  651. medium=''
  652. mips_type=''
  653. mkdir='mkdir'
  654. mmaptype='void *'
  655. models='none'
  656. modetype='mode_t'
  657. more='more'
  658. multiarch='undef'
  659. mv=''
  660. myarchname='i686-linux'
  661. mydomain='.calderalabs.com'
  662. myhostname='bm'
  663. myuname='linux bm.calderalabs.com 2.2.14 #1 smp thu feb 17 11:49:42 mst 2000 i686 unknown '
  664. n='-n'
  665. netdb_hlen_type='size_t'
  666. netdb_host_type='const void *'
  667. netdb_name_type='const char *'
  668. netdb_net_type='in_addr_t'
  669. nm='nm'
  670. nm_opt=''
  671. nm_so_opt='--dynamic'
  672. nonxs_ext='Errno'
  673. nroff='nroff'
  674. nvsize='8'
  675. nvtype='double'
  676. o_nonblock='O_NONBLOCK'
  677. obj_ext='.o'
  678. old_pthread_create_joinable=''
  679. optimize='-O2 -m486 -fno-strength-reduce -fomit-frame-pointer -pipe'
  680. orderlib='false'
  681. package='perl5'
  682. pager='/usr/bin/less'
  683. passcat='cat /etc/passwd'
  684. patchlevel='6'
  685. path_sep=':'
  686. perl5='/usr/bin/perl'
  687. perl=''
  688. perladmin='none'
  689. perlpath='/usr/bin/perl'
  690. pg='pg'
  691. phostname=''
  692. pidtype='pid_t'
  693. plibpth=''
  694. pm_apiversion='5.005'
  695. pmake=''
  696. pr=''
  697. prefixexp='/usr'
  698. privlib='/usr/lib/perl5/5.6.0'
  699. prototype='define'
  700. ptrsize='4'
  701. quadkind='3'
  702. quadtype='long long'
  703. randbits='48'
  704. randfunc='drand48'
  705. randseedtype='long'
  706. ranlib=':'
  707. rd_nodata='-1'
  708. revision='5'
  709. rm='rm'
  710. rmail=''
  711. runnm='false'
  712. sPRIEldbl='"llE"'
  713. sPRIFldbl='"llF"'
  714. sPRIGldbl='"llG"'
  715. sPRIX64='"llX"'
  716. sPRId64='"lld"'
  717. sPRIeldbl='"lle"'
  718. sPRIfldbl='"llf"'
  719. sPRIgldbl='"llg"'
  720. sPRIi64='"lli"'
  721. sPRIo64='"llo"'
  722. sPRIu64='"llu"'
  723. sPRIx64='"llx"'
  724. sched_yield='sched_yield()'
  725. scriptdir='/usr/bin'
  726. scriptdirexp='/usr/bin'
  727. sed='sed'
  728. seedfunc='srand48'
  729. selectminbits='32'
  730. selecttype='fd_set *'
  731. sendmail=''
  732. sh='/bin/sh'
  733. shar=''
  734. shmattype='void *'
  735. shortsize='2'
  736. shrpenv=''
  737. sig_count='64'
  738. sig_name_init='"ZERO", "HUP", "INT", "QUIT", "ILL", "TRAP", "ABRT", "BUS", "FPE", "KILL", "USR1", "SEGV", "USR2", "PIPE", "ALRM", "TERM", "STKFLT", "CHLD", "CONT", "STOP", "TSTP", "TTIN", "TTOU", "URG", "XCPU", "XFSZ", "VTALRM", "PROF", "WINCH", "IO", "PWR", "SYS", "RTMIN", "NUM33", "NUM34", "NUM35", "NUM36", "NUM37", "NUM38", "NUM39", "NUM40", "NUM41", "NUM42", "NUM43", "NUM44", "NUM45", "NUM46", "NUM47", "NUM48", "NUM49", "NUM50", "NUM51", "NUM52", "NUM53", "NUM54", "NUM55", "NUM56", "NUM57", "NUM58", "NUM59", "NUM60", "NUM61", "NUM62", "RTMAX", "IOT", "CLD", "POLL", "UNUSED", 0'
  739. sig_num_init='0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63, 6, 17, 29, 31, 0'
  740. signal_t='void'
  741. sitearch='/usr/lib/perl5/site-perl/i386-linux'
  742. sitearchexp='/usr/lib/perl5/site-perl/i386-linux'
  743. sitebin='/usr/bin'
  744. sitebinexp='/usr/bin'
  745. sitelib='/usr/lib/perl5/site-perl'
  746. sitelib_stem='/usr/lib/perl5/site-perl'
  747. sitelibexp='/usr/lib/perl5/site-perl'
  748. siteprefix='/usr'
  749. siteprefixexp='/usr'
  750. sizesize='4'
  751. sizetype='size_t'
  752. sleep=''
  753. smail=''
  754. small=''
  755. sockethdr=''
  756. socketlib=''
  757. socksizetype='socklen_t'
  758. sort='sort'
  759. spackage='Perl5'
  760. spitshell='cat'
  761. split=''
  762. src='.'
  763. ssizetype='ssize_t'
  764. startperl='#!/usr/bin/perl'
  765. stdchar='char'
  766. stdio_base='((fp)->_IO_read_base)'
  767. stdio_bufsiz='((fp)->_IO_read_end - (fp)->_IO_read_base)'
  768. stdio_cnt='((fp)->_IO_read_end - (fp)->_IO_read_ptr)'
  769. stdio_filbuf=''
  770. stdio_ptr='((fp)->_IO_read_ptr)'
  771. stdio_stream_array=''
  772. strings='/usr/include/string.h'
  773. submit=''
  774. subversion='0'
  775. sysman='/usr/man/man1'
  776. tail=''
  777. tar=''
  778. tbl=''
  779. tee=''
  780. test='test'
  781. timeincl='/usr/include/sys/time.h '
  782. timetype='time_t'
  783. touch='touch'
  784. tr='tr'
  785. trnl='\n'
  786. troff=''
  787. u16size='2'
  788. u16type='unsigned short'
  789. u32size='4'
  790. u32type='unsigned long'
  791. u64size='8'
  792. u64type='unsigned long long'
  793. u8size='1'
  794. u8type='unsigned char'
  795. uidformat='"lu"'
  796. uidsign='1'
  797. uidsize='4'
  798. uidtype='uid_t'
  799. uname='uname'
  800. uniq='uniq'
  801. uquadtype='unsigned long long'
  802. use5005threads='undef'
  803. use64bitall='undef'
  804. use64bitint='undef'
  805. usedl='define'
  806. useithreads='undef'
  807. uselargefiles='define'
  808. uselongdouble='undef'
  809. usemorebits='undef'
  810. usemultiplicity='undef'
  811. usemymalloc='n'
  812. usenm='false'
  813. useopcode='true'
  814. useperlio='undef'
  815. useposix='true'
  816. usesfio='false'
  817. useshrplib='false'
  818. usesocks='undef'
  819. usethreads='undef'
  820. usevendorprefix='undef'
  821. usevfork='false'
  822. usrinc='/usr/include'
  823. uuname=''
  824. uvoformat='"lo"'
  825. uvsize='4'
  826. uvtype='unsigned long'
  827. uvuformat='"lu"'
  828. uvxformat='"lx"'
  829. vendorarch=''
  830. vendorarchexp=''
  831. vendorbin=''
  832. vendorbinexp=''
  833. vendorlib=''
  834. vendorlib_stem=''
  835. vendorlibexp=''
  836. vendorprefix=''
  837. vendorprefixexp=''
  838. version='5.6.0'
  839. vi=''
  840. voidflags='15'
  841. xlibpth='/usr/lib/386 /lib/386'
  842. xs_apiversion='5.005'
  843. zcat=''
  844. zip='zip'
  845. !END!
  846.  
  847. my $summary = <<'!END!';
  848. Summary of my $package (revision $baserev version $PERL_VERSION subversion $PERL_SUBVERSION) configuration:
  849.   Platform:
  850.     osname=$osname, osvers=$osvers, archname=$archname
  851.     uname='$myuname'
  852.     config_args='$config_args'
  853.     hint=$hint, useposix=$useposix, d_sigaction=$d_sigaction
  854.     usethreads=$usethreads use5005threads=$use5005threads useithreads=$useithreads usemultiplicity=$usemultiplicity
  855.     useperlio=$useperlio d_sfio=$d_sfio uselargefiles=$uselargefiles 
  856.     use64bitint=$use64bitint use64bitall=$use64bitall uselongdouble=$uselongdouble usesocks=$usesocks
  857.   Compiler:
  858.     cc='$cc', optimize='$optimize', gccversion=$gccversion
  859.     cppflags='$cppflags'
  860.     ccflags ='$ccflags'
  861.     stdchar='$stdchar', d_stdstdio=$d_stdstdio, usevfork=$usevfork
  862.     intsize=$intsize, longsize=$longsize, ptrsize=$ptrsize, doublesize=$doublesize
  863.     d_longlong=$d_longlong, longlongsize=$longlongsize, d_longdbl=$d_longdbl, longdblsize=$longdblsize
  864.     ivtype='$ivtype', ivsize=$ivsize, nvtype='$nvtype', nvsize=$nvsize, Off_t='$lseektype', lseeksize=$lseeksize
  865.     alignbytes=$alignbytes, usemymalloc=$usemymalloc, prototype=$prototype
  866.   Linker and Libraries:
  867.     ld='$ld', ldflags ='$ldflags'
  868.     libpth=$libpth
  869.     libs=$libs
  870.     libc=$libc, so=$so, useshrplib=$useshrplib, libperl=$libperl
  871.   Dynamic Linking:
  872.     dlsrc=$dlsrc, dlext=$dlext, d_dlsymun=$d_dlsymun, ccdlflags='$ccdlflags'
  873.     cccdlflags='$cccdlflags', lddlflags='$lddlflags'
  874.  
  875. !END!
  876. my $summary_expanded = 0;
  877.  
  878. sub myconfig {
  879.     return $summary if $summary_expanded;
  880.     $summary =~ s{\$(\w+)}
  881.              { my $c = $Config{$1}; defined($c) ? $c : 'undef' }ge;
  882.     $summary_expanded = 1;
  883.     $summary;
  884. }
  885.  
  886. sub FETCH { 
  887.     # check for cached value (which may be undef so we use exists not defined)
  888.     return $_[0]->{$_[1]} if (exists $_[0]->{$_[1]});
  889.  
  890.     # Search for it in the big string 
  891.     my($value, $start, $marker, $quote_type);
  892.     $marker = "$_[1]=";
  893.     $quote_type = "'";
  894.     # return undef unless (($value) = $config_sh =~ m/^$_[1]='(.*)'\s*$/m);
  895.     # Check for the common case, ' delimeted
  896.     $start = index($config_sh, "\n$marker$quote_type");
  897.     # If that failed, check for " delimited
  898.     if ($start == -1) {
  899.       $quote_type = '"';
  900.       $start = index($config_sh, "\n$marker$quote_type");
  901.     }
  902.     return undef if ( ($start == -1) &&  # in case it's first 
  903.         (substr($config_sh, 0, length($marker)) ne $marker) );
  904.     if ($start == -1) { 
  905.       # It's the very first thing we found. Skip $start forward
  906.       # and figure out the quote mark after the =.
  907.       $start = length($marker) + 1;
  908.       $quote_type = substr($config_sh, $start - 1, 1);
  909.     } 
  910.     else { 
  911.       $start += length($marker) + 2;
  912.     }
  913.     $value = substr($config_sh, $start, 
  914.         index($config_sh, "$quote_type\n", $start) - $start);
  915.  
  916.     # If we had a double-quote, we'd better eval it so escape
  917.     # sequences and such can be interpolated. Since the incoming
  918.     # value is supposed to follow shell rules and not perl rules,
  919.     # we escape any perl variable markers
  920.     if ($quote_type eq '"') {
  921.       $value =~ s/\$/\\\$/g;
  922.       $value =~ s/\@/\\\@/g;
  923.       eval "\$value = \"$value\"";
  924.     }
  925.     #$value = sprintf($value) if $quote_type eq '"';
  926.     $value = undef if $value eq 'undef'; # So we can say "if $Config{'foo'}".
  927.     $_[0]->{$_[1]} = $value; # cache it
  928.     return $value;
  929. }
  930.  
  931. my $prevpos = 0;
  932.  
  933. sub FIRSTKEY {
  934.     $prevpos = 0;
  935.     # my($key) = $config_sh =~ m/^(.*?)=/;
  936.     substr($config_sh, 0, index($config_sh, '=') );
  937.     # $key;
  938. }
  939.  
  940. sub NEXTKEY {
  941.     # Find out how the current key's quoted so we can skip to its end.
  942.     my $quote = substr($config_sh, index($config_sh, "=", $prevpos)+1, 1);
  943.     my $pos = index($config_sh, qq($quote\n), $prevpos) + 2;
  944.     my $len = index($config_sh, "=", $pos) - $pos;
  945.     $prevpos = $pos;
  946.     $len > 0 ? substr($config_sh, $pos, $len) : undef;
  947. }
  948.  
  949. sub EXISTS { 
  950.     # exists($_[0]->{$_[1]})  or  $config_sh =~ m/^$_[1]=/m;
  951.     exists($_[0]->{$_[1]}) or
  952.     index($config_sh, "\n$_[1]='") != -1 or
  953.     substr($config_sh, 0, length($_[1])+2) eq "$_[1]='" or
  954.     index($config_sh, "\n$_[1]=\"") != -1 or
  955.     substr($config_sh, 0, length($_[1])+2) eq "$_[1]=\"";
  956. }
  957.  
  958. sub STORE  { die "\%Config::Config is read-only\n" }
  959. sub DELETE { &STORE }
  960. sub CLEAR  { &STORE }
  961.  
  962.  
  963. sub config_sh {
  964.     $config_sh
  965. }
  966.  
  967. sub config_re {
  968.     my $re = shift;
  969.     my @matches = ($config_sh =~ /^$re=.*\n/mg);
  970.     @matches ? (print @matches) : print "$re: not found\n";
  971. }
  972.  
  973. sub config_vars {
  974.     foreach(@_){
  975.     config_re($_), next if /\W/;
  976.     my $v=(exists $Config{$_}) ? $Config{$_} : 'UNKNOWN';
  977.     $v='undef' unless defined $v;
  978.     print "$_='$v';\n";
  979.     }
  980. }
  981.  
  982. sub TIEHASH { bless {} }
  983.  
  984. # avoid Config..Exporter..UNIVERSAL search for DESTROY then AUTOLOAD
  985. sub DESTROY { }
  986.  
  987. tie %Config, 'Config';
  988.  
  989. 1;
  990. __END__
  991.  
  992. =head1 NAME
  993.  
  994. Config - access Perl configuration information
  995.  
  996. =head1 SYNOPSIS
  997.  
  998.     use Config;
  999.     if ($Config{'cc'} =~ /gcc/) {
  1000.     print "built by gcc\n";
  1001.     } 
  1002.  
  1003.     use Config qw(myconfig config_sh config_vars);
  1004.  
  1005.     print myconfig();
  1006.  
  1007.     print config_sh();
  1008.  
  1009.     config_vars(qw(osname archname));
  1010.  
  1011.  
  1012. =head1 DESCRIPTION
  1013.  
  1014. The Config module contains all the information that was available to
  1015. the C<Configure> program at Perl build time (over 900 values).
  1016.  
  1017. Shell variables from the F<config.sh> file (written by Configure) are
  1018. stored in the readonly-variable C<%Config>, indexed by their names.
  1019.  
  1020. Values stored in config.sh as 'undef' are returned as undefined
  1021. values.  The perl C<exists> function can be used to check if a
  1022. named variable exists.
  1023.  
  1024. =over 4
  1025.  
  1026. =item myconfig()
  1027.  
  1028. Returns a textual summary of the major perl configuration values.
  1029. See also C<-V> in L<perlrun/Switches>.
  1030.  
  1031. =item config_sh()
  1032.  
  1033. Returns the entire perl configuration information in the form of the
  1034. original config.sh shell variable assignment script.
  1035.  
  1036. =item config_vars(@names)
  1037.  
  1038. Prints to STDOUT the values of the named configuration variable. Each is
  1039. printed on a separate line in the form:
  1040.  
  1041.   name='value';
  1042.  
  1043. Names which are unknown are output as C<name='UNKNOWN';>.
  1044. See also C<-V:name> in L<perlrun/Switches>.
  1045.  
  1046. =back
  1047.  
  1048. =head1 EXAMPLE
  1049.  
  1050. Here's a more sophisticated example of using %Config:
  1051.  
  1052.     use Config;
  1053.     use strict;
  1054.  
  1055.     my %sig_num;
  1056.     my @sig_name;
  1057.     unless($Config{sig_name} && $Config{sig_num}) {
  1058.     die "No sigs?";
  1059.     } else {
  1060.     my @names = split ' ', $Config{sig_name};
  1061.     @sig_num{@names} = split ' ', $Config{sig_num};
  1062.     foreach (@names) {
  1063.         $sig_name[$sig_num{$_}] ||= $_;
  1064.     }   
  1065.     }
  1066.  
  1067.     print "signal #17 = $sig_name[17]\n";
  1068.     if ($sig_num{ALRM}) { 
  1069.     print "SIGALRM is $sig_num{ALRM}\n";
  1070.     }   
  1071.  
  1072. =head1 WARNING
  1073.  
  1074. Because this information is not stored within the perl executable
  1075. itself it is possible (but unlikely) that the information does not
  1076. relate to the actual perl binary which is being used to access it.
  1077.  
  1078. The Config module is installed into the architecture and version
  1079. specific library directory ($Config{installarchlib}) and it checks the
  1080. perl version number when loaded.
  1081.  
  1082. The values stored in config.sh may be either single-quoted or
  1083. double-quoted. Double-quoted strings are handy for those cases where you
  1084. need to include escape sequences in the strings. To avoid runtime variable
  1085. interpolation, any C<$> and C<@> characters are replaced by C<\$> and
  1086. C<\@>, respectively. This isn't foolproof, of course, so don't embed C<\$>
  1087. or C<\@> in double-quoted strings unless you're willing to deal with the
  1088. consequences. (The slashes will end up escaped and the C<$> or C<@> will
  1089. trigger variable interpolation)
  1090.  
  1091. =head1 GLOSSARY
  1092.  
  1093. Most C<Config> variables are determined by the C<Configure> script
  1094. on platforms supported by it (which is most UNIX platforms).  Some
  1095. platforms have custom-made C<Config> variables, and may thus not have
  1096. some of the variables described below, or may have extraneous variables
  1097. specific to that particular port.  See the port specific documentation
  1098. in such cases.
  1099.  
  1100. =head2 _
  1101.  
  1102. =over
  1103.  
  1104. =item C<_a>
  1105.  
  1106. From F<Unix.U>:
  1107.  
  1108. This variable defines the extension used for ordinary libraries.
  1109. For unix, it is F<.a>.  The F<.> is included.  Other possible
  1110. values include F<.lib>.
  1111.  
  1112. =item C<_exe>
  1113.  
  1114. From F<Unix.U>:
  1115.  
  1116. This variable defines the extension used for executable files.
  1117. For unix it is empty.  Other possible values include F<.exe>.
  1118.  
  1119. =item C<_o>
  1120.  
  1121. From F<Unix.U>:
  1122.  
  1123. This variable defines the extension used for object files.
  1124. For unix, it is F<.o>.  The F<.> is included.  Other possible
  1125. values include F<.obj>.
  1126.  
  1127. =back
  1128.  
  1129. =head2 a
  1130.  
  1131. =over
  1132.  
  1133. =item C<afs>
  1134.  
  1135. From F<afs.U>:
  1136.  
  1137. This variable is set to C<true> if C<AFS> (Andrew File System) is used
  1138. on the system, C<false> otherwise.  It is possible to override this
  1139. with a hint value or command line option, but you'd better know
  1140. what you are doing.
  1141.  
  1142. =item C<alignbytes>
  1143.  
  1144. From F<alignbytes.U>:
  1145.  
  1146. This variable holds the number of bytes required to align a
  1147. double-- or a long double when applicable. Usual values are
  1148. 2, 4 and 8.  The default is eight, for safety.
  1149.  
  1150. =item C<ansi2knr>
  1151.  
  1152. From F<ansi2knr.U>:
  1153.  
  1154. This variable is set if the user needs to run ansi2knr.  
  1155. Currently, this is not supported, so we just abort.
  1156.  
  1157. =item C<aphostname>
  1158.  
  1159. From F<d_gethname.U>:
  1160.  
  1161. This variable contains the command which can be used to compute the
  1162. host name. The command is fully qualified by its absolute path, to make
  1163. it safe when used by a process with super-user privileges.
  1164.  
  1165. =item C<api_revision>
  1166.  
  1167. From F<patchlevel.U>:
  1168.  
  1169. The three variables, api_revision, api_version, and
  1170. api_subversion, specify the version of the oldest perl binary
  1171. compatible with the present perl.  In a full version string
  1172. such as F<5.6.1>, api_revision is the C<5>.
  1173. Prior to 5.5.640, the format was a floating point number,
  1174. like 5.00563.
  1175.  
  1176.     F<perl.c>:incpush() and F<lib/lib.pm> will automatically search in
  1177.  
  1178.     $F<sitelib/.>. for older directories back to the limit specified
  1179. by these api_ variables.  This is only useful if you have a
  1180. perl library directory tree structured like the default one.
  1181. See C<INSTALL> for how this works.  The versioned site_perl
  1182. directory was introduced in 5.005, so that is the lowest
  1183. possible value.  The version list appropriate for the current
  1184. system is determined in F<inc_version_list.U>.
  1185.  
  1186.     C<XXX> To do:  Since compatibility can depend on compile time
  1187.  
  1188.     options (such as bincompat, longlong, F<etc.>) it should
  1189. (perhaps) be set by Configure, but currently it isn't.
  1190. Currently, we read a hard-wired value from F<patchlevel.h>.
  1191. Perhaps what we ought to do is take the hard-wired value from
  1192. F<patchlevel.h> but then modify it if the current Configure
  1193. options warrant.  F<patchlevel.h> then would use an #ifdef guard.
  1194.  
  1195. =item C<api_subversion>
  1196.  
  1197. From F<patchlevel.U>:
  1198.  
  1199. The three variables, api_revision, api_version, and
  1200. api_subversion, specify the version of the oldest perl binary
  1201. compatible with the present perl.  In a full version string
  1202. such as F<5.6.1>, api_subversion is the C<1>.  See api_revision for
  1203. full details.
  1204.  
  1205. =item C<api_version>
  1206.  
  1207. From F<patchlevel.U>:
  1208.  
  1209. The three variables, api_revision, api_version, and
  1210. api_subversion, specify the version of the oldest perl binary
  1211. compatible with the present perl.  In a full version string
  1212. such as F<5.6.1>, api_version is the C<6>.  See api_revision for
  1213. full details.  As a special case, 5.5.0 is rendered in the
  1214. old-style as 5.005.  (In the 5.005_0x maintenance series,
  1215. this was the only versioned directory in $F<sitelib.>)
  1216.  
  1217. =item C<api_versionstring>
  1218.  
  1219. From F<patchlevel.U>:
  1220.  
  1221. This variable combines api_revision, api_version, and
  1222. api_subversion in a format such as 5.6.1 (or 5_6_1) suitable
  1223. for use as a directory name.  This is filesystem dependent.
  1224.  
  1225. =item C<ar>
  1226.  
  1227. From F<Loc.U>:
  1228.  
  1229. This variable is used internally by Configure to determine the
  1230. full pathname (if any) of the ar program.  After Configure runs,
  1231. the value is reset to a plain C<ar> and is not useful.
  1232.  
  1233. =item C<archlib>
  1234.  
  1235. From F<archlib.U>:
  1236.  
  1237. This variable holds the name of the directory in which the user wants
  1238. to put architecture-dependent public library files for $package.
  1239. It is most often a local directory such as F</usr/local/lib>.
  1240. Programs using this variable must be prepared to deal
  1241. with filename expansion.
  1242.  
  1243. =item C<archlibexp>
  1244.  
  1245. From F<archlib.U>:
  1246.  
  1247. This variable is the same as the archlib variable, but is
  1248. filename expanded at configuration time, for convenient use.
  1249.  
  1250. =item C<archname64>
  1251.  
  1252. From F<use64bits.U>:
  1253.  
  1254. This variable is used for the 64-bitness part of $archname.
  1255.  
  1256. =item C<archname>
  1257.  
  1258. From F<archname.U>:
  1259.  
  1260. This variable is a short name to characterize the current
  1261. architecture.  It is used mainly to construct the default archlib.
  1262.  
  1263. =item C<archobjs>
  1264.  
  1265. From F<Unix.U>:
  1266.  
  1267. This variable defines any additional objects that must be linked
  1268. in with the program on this architecture.  On unix, it is usually
  1269. empty.  It is typically used to include emulations of unix calls
  1270. or other facilities.  For perl on F<OS/2>, for example, this would
  1271. include F<os2/os2.obj>.
  1272.  
  1273. =item C<awk>
  1274.  
  1275. From F<Loc.U>:
  1276.  
  1277. This variable is used internally by Configure to determine the
  1278. full pathname (if any) of the awk program.  After Configure runs,
  1279. the value is reset to a plain C<awk> and is not useful.
  1280.  
  1281. =back
  1282.  
  1283. =head2 b
  1284.  
  1285. =over
  1286.  
  1287. =item C<baserev>
  1288.  
  1289. From F<baserev.U>:
  1290.  
  1291. The base revision level of this package, from the F<.package> file.
  1292.  
  1293. =item C<bash>
  1294.  
  1295. From F<Loc.U>:
  1296.  
  1297. This variable is defined but not used by Configure.
  1298. The value is a plain '' and is not useful.
  1299.  
  1300. =item C<bin>
  1301.  
  1302. From F<bin.U>:
  1303.  
  1304. This variable holds the name of the directory in which the user wants
  1305. to put publicly executable images for the package in question.  It
  1306. is most often a local directory such as F</usr/local/bin>. Programs using
  1307. this variable must be prepared to deal with F<~name> substitution.
  1308.  
  1309. =item C<bincompat5005>
  1310.  
  1311. From F<bincompat5005.U>:
  1312.  
  1313. This variable contains y if this version of Perl should be
  1314. binary-compatible with Perl 5.005.
  1315.  
  1316. =item C<binexp>
  1317.  
  1318. From F<bin.U>:
  1319.  
  1320. This is the same as the bin variable, but is filename expanded at
  1321. configuration time, for use in your makefiles.
  1322.  
  1323. =item C<bison>
  1324.  
  1325. From F<Loc.U>:
  1326.  
  1327. This variable is defined but not used by Configure.
  1328. The value is a plain '' and is not useful.
  1329.  
  1330. =item C<byacc>
  1331.  
  1332. From F<Loc.U>:
  1333.  
  1334. This variable is used internally by Configure to determine the
  1335. full pathname (if any) of the byacc program.  After Configure runs,
  1336. the value is reset to a plain C<byacc> and is not useful.
  1337.  
  1338. =item C<byteorder>
  1339.  
  1340. From F<byteorder.U>:
  1341.  
  1342. This variable holds the byte order. In the following, larger digits
  1343. indicate more significance.  The variable byteorder is either 4321
  1344. on a big-endian machine, or 1234 on a little-endian, or 87654321
  1345. on a Cray ... or 3412 with weird order !
  1346.  
  1347. =back
  1348.  
  1349. =head2 c
  1350.  
  1351. =over
  1352.  
  1353. =item C<c>
  1354.  
  1355. From F<n.U>:
  1356.  
  1357. This variable contains the \c string if that is what causes the echo
  1358. command to suppress newline.  Otherwise it is null.  Correct usage is
  1359. $echo $n "prompt for a question: $c".
  1360.  
  1361. =item C<castflags>
  1362.  
  1363. From F<d_castneg.U>:
  1364.  
  1365. This variable contains a flag that precise difficulties the
  1366. compiler has casting odd floating values to unsigned long:
  1367. 0 = ok
  1368. 1 = couldn't cast < 0
  1369. 2 = couldn't cast >= 0x80000000
  1370. 4 = couldn't cast in argument expression list
  1371.  
  1372. =item C<cat>
  1373.  
  1374. From F<Loc.U>:
  1375.  
  1376. This variable is used internally by Configure to determine the
  1377. full pathname (if any) of the cat program.  After Configure runs,
  1378. the value is reset to a plain C<cat> and is not useful.
  1379.  
  1380. =item C<cc>
  1381.  
  1382. From F<cc.U>:
  1383.  
  1384. This variable holds the name of a command to execute a C compiler which
  1385. can resolve multiple global references that happen to have the same
  1386. name.  Usual values are C<cc>, C<Mcc>, C<cc -M>, and C<gcc>.
  1387.  
  1388. =item C<cccdlflags>
  1389.  
  1390. From F<dlsrc.U>:
  1391.  
  1392. This variable contains any special flags that might need to be
  1393. passed with C<cc -c> to compile modules to be used to create a shared
  1394. library that will be used for dynamic loading.  For hpux, this
  1395. should be +z.  It is up to the makefile to use it.
  1396.  
  1397. =item C<ccdlflags>
  1398.  
  1399. From F<dlsrc.U>:
  1400.  
  1401. This variable contains any special flags that might need to be
  1402. passed to cc to link with a shared library for dynamic loading.
  1403. It is up to the makefile to use it.  For sunos 4.1, it should
  1404. be empty.
  1405.  
  1406. =item C<ccflags>
  1407.  
  1408. From F<ccflags.U>:
  1409.  
  1410. This variable contains any additional C compiler flags desired by
  1411. the user.  It is up to the Makefile to use this.
  1412.  
  1413. =item C<ccsymbols>
  1414.  
  1415. From F<Cppsym.U>:
  1416.  
  1417. The variable contains the symbols defined by the C compiler alone.
  1418. The symbols defined by cpp or by cc when it calls cpp are not in
  1419. this list, see cppsymbols and cppccsymbols.
  1420. The list is a space-separated list of symbol=value tokens.
  1421.  
  1422. =item C<cf_by>
  1423.  
  1424. From F<cf_who.U>:
  1425.  
  1426. Login name of the person who ran the Configure script and answered the
  1427. questions. This is used to tag both F<config.sh> and F<config_h.SH>.
  1428.  
  1429. =item C<cf_email>
  1430.  
  1431. From F<cf_email.U>:
  1432.  
  1433. Electronic mail address of the person who ran Configure. This can be
  1434. used by units that require the user's e-mail, like F<MailList.U>.
  1435.  
  1436. =item C<cf_time>
  1437.  
  1438. From F<cf_who.U>:
  1439.  
  1440. Holds the output of the C<date> command when the configuration file was
  1441. produced. This is used to tag both F<config.sh> and F<config_h.SH>.
  1442.  
  1443. =item C<charsize>
  1444.  
  1445. From F<charsize.U>:
  1446.  
  1447. This variable contains the value of the C<CHARSIZE> symbol, which
  1448. indicates to the C program how many bytes there are in a character.
  1449.  
  1450. =item C<chgrp>
  1451.  
  1452. From F<Loc.U>:
  1453.  
  1454. This variable is defined but not used by Configure.
  1455. The value is a plain '' and is not useful.
  1456.  
  1457. =item C<chmod>
  1458.  
  1459. From F<Loc.U>:
  1460.  
  1461. This variable is defined but not used by Configure.
  1462. The value is a plain '' and is not useful.
  1463.  
  1464. =item C<chown>
  1465.  
  1466. From F<Loc.U>:
  1467.  
  1468. This variable is defined but not used by Configure.
  1469. The value is a plain '' and is not useful.
  1470.  
  1471. =item C<clocktype>
  1472.  
  1473. From F<d_times.U>:
  1474.  
  1475. This variable holds the type returned by times(). It can be long,
  1476. or clock_t on C<BSD> sites (in which case <sys/types.h> should be
  1477. included).
  1478.  
  1479. =item C<comm>
  1480.  
  1481. From F<Loc.U>:
  1482.  
  1483. This variable is used internally by Configure to determine the
  1484. full pathname (if any) of the comm program.  After Configure runs,
  1485. the value is reset to a plain C<comm> and is not useful.
  1486.  
  1487. =item C<compress>
  1488.  
  1489. From F<Loc.U>:
  1490.  
  1491. This variable is defined but not used by Configure.
  1492. The value is a plain '' and is not useful.
  1493.  
  1494. =back
  1495.  
  1496. =head2 C
  1497.  
  1498. =over
  1499.  
  1500. =item C<CONFIGDOTSH>
  1501.  
  1502. From F<Oldsyms.U>:
  1503.  
  1504. This is set to C<true> in F<config.sh> so that a shell script
  1505. sourcing F<config.sh> can tell if it has been sourced already.
  1506.  
  1507. =item C<contains>
  1508.  
  1509. From F<contains.U>:
  1510.  
  1511. This variable holds the command to do a grep with a proper return
  1512. status.  On most sane systems it is simply C<grep>.  On insane systems
  1513. it is a grep followed by a cat followed by a test.  This variable
  1514. is primarily for the use of other Configure units.
  1515.  
  1516. =item C<cp>
  1517.  
  1518. From F<Loc.U>:
  1519.  
  1520. This variable is used internally by Configure to determine the
  1521. full pathname (if any) of the cp program.  After Configure runs,
  1522. the value is reset to a plain C<cp> and is not useful.
  1523.  
  1524. =item C<cpio>
  1525.  
  1526. From F<Loc.U>:
  1527.  
  1528. This variable is defined but not used by Configure.
  1529. The value is a plain '' and is not useful.
  1530.  
  1531. =item C<cpp>
  1532.  
  1533. From F<Loc.U>:
  1534.  
  1535. This variable is used internally by Configure to determine the
  1536. full pathname (if any) of the cpp program.  After Configure runs,
  1537. the value is reset to a plain C<cpp> and is not useful.
  1538.  
  1539. =item C<cpp_stuff>
  1540.  
  1541. From F<cpp_stuff.U>:
  1542.  
  1543. This variable contains an identification of the catenation mechanism
  1544. used by the C preprocessor.
  1545.  
  1546. =item C<cppccsymbols>
  1547.  
  1548. From F<Cppsym.U>:
  1549.  
  1550. The variable contains the symbols defined by the C compiler
  1551. when it calls cpp.  The symbols defined by the cc alone or cpp
  1552. alone are not in this list, see ccsymbols and cppsymbols.
  1553. The list is a space-separated list of symbol=value tokens.
  1554.  
  1555. =item C<cppflags>
  1556.  
  1557. From F<ccflags.U>:
  1558.  
  1559. This variable holds the flags that will be passed to the C pre-
  1560. processor. It is up to the Makefile to use it.
  1561.  
  1562. =item C<cpplast>
  1563.  
  1564. From F<cppstdin.U>:
  1565.  
  1566. This variable has the same functionality as cppminus, only it applies
  1567. to cpprun and not cppstdin.
  1568.  
  1569. =item C<cppminus>
  1570.  
  1571. From F<cppstdin.U>:
  1572.  
  1573. This variable contains the second part of the string which will invoke
  1574. the C preprocessor on the standard input and produce to standard
  1575. output.  This variable will have the value C<-> if cppstdin needs
  1576. a minus to specify standard input, otherwise the value is "".
  1577.  
  1578. =item C<cpprun>
  1579.  
  1580. From F<cppstdin.U>:
  1581.  
  1582. This variable contains the command which will invoke a C preprocessor
  1583. on standard input and put the output to stdout. It is guaranteed not
  1584. to be a wrapper and may be a null string if no preprocessor can be
  1585. made directly available. This preprocessor might be different from the
  1586. one used by the C compiler. Don't forget to append cpplast after the
  1587. preprocessor options.
  1588.  
  1589. =item C<cppstdin>
  1590.  
  1591. From F<cppstdin.U>:
  1592.  
  1593. This variable contains the command which will invoke the C
  1594. preprocessor on standard input and put the output to stdout.
  1595. It is primarily used by other Configure units that ask about
  1596. preprocessor symbols.
  1597.  
  1598. =item C<cppsymbols>
  1599.  
  1600. From F<Cppsym.U>:
  1601.  
  1602. The variable contains the symbols defined by the C preprocessor
  1603. alone.  The symbols defined by cc or by cc when it calls cpp are
  1604. not in this list, see ccsymbols and cppccsymbols.
  1605. The list is a space-separated list of symbol=value tokens.
  1606.  
  1607. =item C<crosscompile>
  1608.  
  1609. From F<crosscompile.U>:
  1610.  
  1611. This variable conditionally defines the C<CROSSCOMPILE> symbol
  1612. which signifies that the build process is be a cross-compilation.
  1613. This is normally set by hints files or from Configure command line.
  1614.  
  1615. =item C<cryptlib>
  1616.  
  1617. From F<d_crypt.U>:
  1618.  
  1619. This variable holds -lcrypt or the path to a F<libcrypt.a> archive if
  1620. the crypt() function is not defined in the standard C library. It is
  1621. up to the Makefile to use this.
  1622.  
  1623. =item C<csh>
  1624.  
  1625. From F<Loc.U>:
  1626.  
  1627. This variable is used internally by Configure to determine the
  1628. full pathname (if any) of the csh program.  After Configure runs,
  1629. the value is reset to a plain C<csh> and is not useful.
  1630.  
  1631. =back
  1632.  
  1633. =head2 d
  1634.  
  1635. =over
  1636.  
  1637. =item C<d_access>
  1638.  
  1639. From F<d_access.U>:
  1640.  
  1641. This variable conditionally defines C<HAS_ACCESS> if the access() system
  1642. call is available to check for access permissions using real IDs.
  1643.  
  1644. =item C<d_accessx>
  1645.  
  1646. From F<d_accessx.U>:
  1647.  
  1648. This variable conditionally defines the C<HAS_ACCESSX> symbol, which
  1649. indicates to the C program that the accessx() routine is available.
  1650.  
  1651. =item C<d_alarm>
  1652.  
  1653. From F<d_alarm.U>:
  1654.  
  1655. This variable conditionally defines the C<HAS_ALARM> symbol, which
  1656. indicates to the C program that the alarm() routine is available.
  1657.  
  1658. =item C<d_archlib>
  1659.  
  1660. From F<archlib.U>:
  1661.  
  1662. This variable conditionally defines C<ARCHLIB> to hold the pathname
  1663. of architecture-dependent library files for $package.  If
  1664. $archlib is the same as $privlib, then this is set to undef.
  1665.  
  1666. =item C<d_atolf>
  1667.  
  1668. From F<atolf.U>:
  1669.  
  1670. This variable conditionally defines the C<HAS_ATOLF> symbol, which
  1671. indicates to the C program that the atolf() routine is available.
  1672.  
  1673. =item C<d_atoll>
  1674.  
  1675. From F<atoll.U>:
  1676.  
  1677. This variable conditionally defines the C<HAS_ATOLL> symbol, which
  1678. indicates to the C program that the atoll() routine is available.
  1679.  
  1680. =item C<d_attribut>
  1681.  
  1682. From F<d_attribut.U>:
  1683.  
  1684. This variable conditionally defines C<HASATTRIBUTE>, which
  1685. indicates the C compiler can check for function attributes,
  1686. such as printf formats.
  1687.  
  1688. =item C<d_bcmp>
  1689.  
  1690. From F<d_bcmp.U>:
  1691.  
  1692. This variable conditionally defines the C<HAS_BCMP> symbol if
  1693. the bcmp() routine is available to compare strings.
  1694.  
  1695. =item C<d_bcopy>
  1696.  
  1697. From F<d_bcopy.U>:
  1698.  
  1699. This variable conditionally defines the C<HAS_BCOPY> symbol if
  1700. the bcopy() routine is available to copy strings.
  1701.  
  1702. =item C<d_bincompat5005>
  1703.  
  1704. From F<bincompat5005.U>:
  1705.  
  1706. This variable conditionally defines BINCOMPAT5005 so that F<embed.h>
  1707. can take special action if this version of Perl should be
  1708. binary-compatible with Perl 5.005.  This is impossible for builds
  1709. that use features like threads and multiplicity it is always $undef
  1710. for those versions.
  1711.  
  1712. =item C<d_bsd>
  1713.  
  1714. From F<Guess.U>:
  1715.  
  1716. This symbol conditionally defines the symbol C<BSD> when running on a
  1717. C<BSD> system.
  1718.  
  1719. =item C<d_bsdgetpgrp>
  1720.  
  1721. From F<d_getpgrp.U>:
  1722.  
  1723. This variable conditionally defines C<USE_BSD_GETPGRP> if
  1724. getpgrp needs one arguments whereas C<USG> one needs none.
  1725.  
  1726. =item C<d_bsdsetpgrp>
  1727.  
  1728. From F<d_setpgrp.U>:
  1729.  
  1730. This variable conditionally defines C<USE_BSD_SETPGRP> if
  1731. setpgrp needs two arguments whereas C<USG> one needs none.
  1732. See also d_setpgid for a C<POSIX> interface.
  1733.  
  1734. =item C<d_bzero>
  1735.  
  1736. From F<d_bzero.U>:
  1737.  
  1738. This variable conditionally defines the C<HAS_BZERO> symbol if
  1739. the bzero() routine is available to set memory to 0.
  1740.  
  1741. =item C<d_casti32>
  1742.  
  1743. From F<d_casti32.U>:
  1744.  
  1745. This variable conditionally defines CASTI32, which indicates
  1746. whether the C compiler can cast large floats to 32-bit ints.
  1747.  
  1748. =item C<d_castneg>
  1749.  
  1750. From F<d_castneg.U>:
  1751.  
  1752. This variable conditionally defines C<CASTNEG>, which indicates
  1753. wether the C compiler can cast negative float to unsigned.
  1754.  
  1755. =item C<d_charvspr>
  1756.  
  1757. From F<d_vprintf.U>:
  1758.  
  1759. This variable conditionally defines C<CHARVSPRINTF> if this system
  1760. has vsprintf returning type (char*).  The trend seems to be to
  1761. declare it as "int vsprintf()".
  1762.  
  1763. =item C<d_chown>
  1764.  
  1765. From F<d_chown.U>:
  1766.  
  1767. This variable conditionally defines the C<HAS_CHOWN> symbol, which
  1768. indicates to the C program that the chown() routine is available.
  1769.  
  1770. =item C<d_chroot>
  1771.  
  1772. From F<d_chroot.U>:
  1773.  
  1774. This variable conditionally defines the C<HAS_CHROOT> symbol, which
  1775. indicates to the C program that the chroot() routine is available.
  1776.  
  1777. =item C<d_chsize>
  1778.  
  1779. From F<d_chsize.U>:
  1780.  
  1781. This variable conditionally defines the C<CHSIZE> symbol, which
  1782. indicates to the C program that the chsize() routine is available
  1783. to truncate files.  You might need a -lx to get this routine.
  1784.  
  1785. =item C<d_closedir>
  1786.  
  1787. From F<d_closedir.U>:
  1788.  
  1789. This variable conditionally defines C<HAS_CLOSEDIR> if closedir() is
  1790. available.
  1791.  
  1792. =item C<d_const>
  1793.  
  1794. From F<d_const.U>:
  1795.  
  1796. This variable conditionally defines the C<HASCONST> symbol, which
  1797. indicates to the C program that this C compiler knows about the
  1798. const type.
  1799.  
  1800. =item C<d_crypt>
  1801.  
  1802. From F<d_crypt.U>:
  1803.  
  1804. This variable conditionally defines the C<CRYPT> symbol, which
  1805. indicates to the C program that the crypt() routine is available
  1806. to encrypt passwords and the like.
  1807.  
  1808. =item C<d_csh>
  1809.  
  1810. From F<d_csh.U>:
  1811.  
  1812. This variable conditionally defines the C<CSH> symbol, which
  1813. indicates to the C program that the C-shell exists.
  1814.  
  1815. =item C<d_cuserid>
  1816.  
  1817. From F<d_cuserid.U>:
  1818.  
  1819. This variable conditionally defines the C<HAS_CUSERID> symbol, which
  1820. indicates to the C program that the cuserid() routine is available
  1821. to get character login names.
  1822.  
  1823. =item C<d_dbl_dig>
  1824.  
  1825. From F<d_dbl_dig.U>:
  1826.  
  1827. This variable conditionally defines d_dbl_dig if this system's
  1828. header files provide C<DBL_DIG>, which is the number of significant
  1829. digits in a double precision number.
  1830.  
  1831. =item C<d_difftime>
  1832.  
  1833. From F<d_difftime.U>:
  1834.  
  1835. This variable conditionally defines the C<HAS_DIFFTIME> symbol, which
  1836. indicates to the C program that the difftime() routine is available.
  1837.  
  1838. =item C<d_dirnamlen>
  1839.  
  1840. From F<i_dirent.U>:
  1841.  
  1842. This variable conditionally defines C<DIRNAMLEN>, which indicates
  1843. to the C program that the length of directory entry names is
  1844. provided by a d_namelen field.
  1845.  
  1846. =item C<d_dlerror>
  1847.  
  1848. From F<d_dlerror.U>:
  1849.  
  1850. This variable conditionally defines the C<HAS_DLERROR> symbol, which
  1851. indicates to the C program that the dlerror() routine is available.
  1852.  
  1853. =item C<d_dlopen>
  1854.  
  1855. From F<d_dlopen.U>:
  1856.  
  1857. This variable conditionally defines the C<HAS_DLOPEN> symbol, which
  1858. indicates to the C program that the dlopen() routine is available.
  1859.  
  1860. =item C<d_dlsymun>
  1861.  
  1862. From F<d_dlsymun.U>:
  1863.  
  1864. This variable conditionally defines C<DLSYM_NEEDS_UNDERSCORE>, which
  1865. indicates that we need to prepend an underscore to the symbol
  1866. name before calling dlsym().
  1867.  
  1868. =item C<d_dosuid>
  1869.  
  1870. From F<d_dosuid.U>:
  1871.  
  1872. This variable conditionally defines the symbol C<DOSUID>, which
  1873. tells the C program that it should insert setuid emulation code
  1874. on hosts which have setuid #! scripts disabled.
  1875.  
  1876. =item C<d_drand48proto>
  1877.  
  1878. From F<d_drand48proto.U>:
  1879.  
  1880. This variable conditionally defines the HAS_DRAND48_PROTO symbol,
  1881. which indicates to the C program that the system provides
  1882. a prototype for the drand48() function.  Otherwise, it is
  1883. up to the program to supply one.
  1884.  
  1885. =item C<d_dup2>
  1886.  
  1887. From F<d_dup2.U>:
  1888.  
  1889. This variable conditionally defines HAS_DUP2 if dup2() is
  1890. available to duplicate file descriptors.
  1891.  
  1892. =item C<d_eaccess>
  1893.  
  1894. From F<d_eaccess.U>:
  1895.  
  1896. This variable conditionally defines the C<HAS_EACCESS> symbol, which
  1897. indicates to the C program that the eaccess() routine is available.
  1898.  
  1899. =item C<d_endgrent>
  1900.  
  1901. From F<d_endgrent.U>:
  1902.  
  1903. This variable conditionally defines the C<HAS_ENDGRENT> symbol, which
  1904. indicates to the C program that the endgrent() routine is available
  1905. for sequential access of the group database.
  1906.  
  1907. =item C<d_endhent>
  1908.  
  1909. From F<d_endhent.U>:
  1910.  
  1911. This variable conditionally defines C<HAS_ENDHOSTENT> if endhostent() is
  1912. available to close whatever was being used for host queries.
  1913.  
  1914. =item C<d_endnent>
  1915.  
  1916. From F<d_endnent.U>:
  1917.  
  1918. This variable conditionally defines C<HAS_ENDNETENT> if endnetent() is
  1919. available to close whatever was being used for network queries.
  1920.  
  1921. =item C<d_endpent>
  1922.  
  1923. From F<d_endpent.U>:
  1924.  
  1925. This variable conditionally defines C<HAS_ENDPROTOENT> if endprotoent() is
  1926. available to close whatever was being used for protocol queries.
  1927.  
  1928. =item C<d_endpwent>
  1929.  
  1930. From F<d_endpwent.U>:
  1931.  
  1932. This variable conditionally defines the C<HAS_ENDPWENT> symbol, which
  1933. indicates to the C program that the endpwent() routine is available
  1934. for sequential access of the passwd database.
  1935.  
  1936. =item C<d_endsent>
  1937.  
  1938. From F<d_endsent.U>:
  1939.  
  1940. This variable conditionally defines C<HAS_ENDSERVENT> if endservent() is
  1941. available to close whatever was being used for service queries.
  1942.  
  1943. =item C<d_endspent>
  1944.  
  1945. From F<d_endspent.U>:
  1946.  
  1947. This variable conditionally defines C<HAS_ENDSPENT> if endspent() is
  1948. available to finalize the scan of SysV shadow password entries.
  1949.  
  1950. =item C<d_eofnblk>
  1951.  
  1952. From F<nblock_io.U>:
  1953.  
  1954. This variable conditionally defines C<EOF_NONBLOCK> if C<EOF> can be seen
  1955. when reading from a non-blocking F<I/O> source.
  1956.  
  1957. =item C<d_eunice>
  1958.  
  1959. From F<Guess.U>:
  1960.  
  1961. This variable conditionally defines the symbols C<EUNICE> and C<VAX>, which
  1962. alerts the C program that it must deal with ideosyncracies of C<VMS>.
  1963.  
  1964. =item C<d_fchmod>
  1965.  
  1966. From F<d_fchmod.U>:
  1967.  
  1968. This variable conditionally defines the C<HAS_FCHMOD> symbol, which
  1969. indicates to the C program that the fchmod() routine is available
  1970. to change mode of opened files.
  1971.  
  1972. =item C<d_fchown>
  1973.  
  1974. From F<d_fchown.U>:
  1975.  
  1976. This variable conditionally defines the C<HAS_FCHOWN> symbol, which
  1977. indicates to the C program that the fchown() routine is available
  1978. to change ownership of opened files.
  1979.  
  1980. =item C<d_fcntl>
  1981.  
  1982. From F<d_fcntl.U>:
  1983.  
  1984. This variable conditionally defines the C<HAS_FCNTL> symbol, and indicates
  1985. whether the fcntl() function exists
  1986.  
  1987. =item C<d_fd_macros>
  1988.  
  1989. From F<d_fd_set.U>:
  1990.  
  1991. This variable contains the eventual value of the C<HAS_FD_MACROS> symbol,
  1992. which indicates if your C compiler knows about the macros which
  1993. manipulate an fd_set.
  1994.  
  1995. =item C<d_fd_set>
  1996.  
  1997. From F<d_fd_set.U>:
  1998.  
  1999. This variable contains the eventual value of the C<HAS_FD_SET> symbol,
  2000. which indicates if your C compiler knows about the fd_set typedef.
  2001.  
  2002. =item C<d_fds_bits>
  2003.  
  2004. From F<d_fd_set.U>:
  2005.  
  2006. This variable contains the eventual value of the C<HAS_FDS_BITS> symbol,
  2007. which indicates if your fd_set typedef contains the fds_bits member.
  2008. If you have an fd_set typedef, but the dweebs who installed it did
  2009. a half-fast job and neglected to provide the macros to manipulate
  2010. an fd_set, C<HAS_FDS_BITS> will let us know how to fix the gaffe.
  2011.  
  2012. =item C<d_fgetpos>
  2013.  
  2014. From F<d_fgetpos.U>:
  2015.  
  2016. This variable conditionally defines C<HAS_FGETPOS> if fgetpos() is
  2017. available to get the file position indicator.
  2018.  
  2019. =item C<d_flexfnam>
  2020.  
  2021. From F<d_flexfnam.U>:
  2022.  
  2023. This variable conditionally defines the C<FLEXFILENAMES> symbol, which
  2024. indicates that the system supports filenames longer than 14 characters.
  2025.  
  2026. =item C<d_flock>
  2027.  
  2028. From F<d_flock.U>:
  2029.  
  2030. This variable conditionally defines C<HAS_FLOCK> if flock() is
  2031. available to do file locking.
  2032.  
  2033. =item C<d_fork>
  2034.  
  2035. From F<d_fork.U>:
  2036.  
  2037. This variable conditionally defines the C<HAS_FORK> symbol, which
  2038. indicates to the C program that the fork() routine is available.
  2039.  
  2040. =item C<d_fpathconf>
  2041.  
  2042. From F<d_pathconf.U>:
  2043.  
  2044. This variable conditionally defines the C<HAS_FPATHCONF> symbol, which
  2045. indicates to the C program that the pathconf() routine is available
  2046. to determine file-system related limits and options associated
  2047. with a given open file descriptor.
  2048.  
  2049. =item C<d_fpos64_t>
  2050.  
  2051. From F<d_fpos64_t.U>:
  2052.  
  2053. This symbol will be defined if the C compiler supports fpos64_t.
  2054.  
  2055. =item C<d_fs_data_s>
  2056.  
  2057. From F<d_fs_data_s.U>:
  2058.  
  2059. This variable conditionally defines the C<HAS_STRUCT_FS_DATA> symbol,
  2060. which indicates that the struct fs_data is supported.
  2061.  
  2062. =item C<d_fseeko>
  2063.  
  2064. From F<d_fseeko.U>:
  2065.  
  2066. This variable conditionally defines the C<HAS_FSEEKO> symbol, which
  2067. indicates to the C program that the fseeko() routine is available.
  2068.  
  2069. =item C<d_fsetpos>
  2070.  
  2071. From F<d_fsetpos.U>:
  2072.  
  2073. This variable conditionally defines C<HAS_FSETPOS> if fsetpos() is
  2074. available to set the file position indicator.
  2075.  
  2076. =item C<d_fstatfs>
  2077.  
  2078. From F<d_fstatfs.U>:
  2079.  
  2080. This variable conditionally defines the C<HAS_FSTATFS> symbol, which
  2081. indicates to the C program that the fstatfs() routine is available.
  2082.  
  2083. =item C<d_fstatvfs>
  2084.  
  2085. From F<d_statvfs.U>:
  2086.  
  2087. This variable conditionally defines the C<HAS_FSTATVFS> symbol, which
  2088. indicates to the C program that the fstatvfs() routine is available.
  2089.  
  2090. =item C<d_ftello>
  2091.  
  2092. From F<d_ftello.U>:
  2093.  
  2094. This variable conditionally defines the C<HAS_FTELLO> symbol, which
  2095. indicates to the C program that the ftello() routine is available.
  2096.  
  2097. =item C<d_ftime>
  2098.  
  2099. From F<d_ftime.U>:
  2100.  
  2101. This variable conditionally defines the C<HAS_FTIME> symbol, which indicates
  2102. that the ftime() routine exists.  The ftime() routine is basically
  2103. a sub-second accuracy clock.
  2104.  
  2105. =item C<d_Gconvert>
  2106.  
  2107. From F<d_gconvert.U>:
  2108.  
  2109. This variable holds what Gconvert is defined as to convert
  2110. floating point numbers into strings. It could be C<gconvert>
  2111. or a more C<complex> macro emulating gconvert with gcvt() or sprintf.
  2112. Possible values are:
  2113. d_Gconvert=C<gconvert((x),(n),(t),(b))>
  2114. d_Gconvert=C<gcvt((x),(n),(b))>
  2115. d_Gconvert=C<sprintf((b),F<%F<.>*g>,(n),(x))>
  2116.  
  2117. =item C<d_getcwd>
  2118.  
  2119. From F<d_getcwd.U>:
  2120.  
  2121. This variable conditionally defines the C<HAS_GETCWD> symbol, which
  2122. indicates to the C program that the getcwd() routine is available
  2123. to get the current working directory.
  2124.  
  2125. =item C<d_getfsstat>
  2126.  
  2127. From F<d_getfsstat.U>:
  2128.  
  2129. This variable conditionally defines the C<HAS_GETFSSTAT> symbol, which
  2130. indicates to the C program that the getfsstat() routine is available.
  2131.  
  2132. =item C<d_getgrent>
  2133.  
  2134. From F<d_getgrent.U>:
  2135.  
  2136. This variable conditionally defines the C<HAS_GETGRENT> symbol, which
  2137. indicates to the C program that the getgrent() routine is available
  2138. for sequential access of the group database.
  2139.  
  2140. =item C<d_getgrps>
  2141.  
  2142. From F<d_getgrps.U>:
  2143.  
  2144. This variable conditionally defines the C<HAS_GETGROUPS> symbol, which
  2145. indicates to the C program that the getgroups() routine is available
  2146. to get the list of process groups.
  2147.  
  2148. =item C<d_gethbyaddr>
  2149.  
  2150. From F<d_gethbyad.U>:
  2151.  
  2152. This variable conditionally defines the C<HAS_GETHOSTBYADDR> symbol, which
  2153. indicates to the C program that the gethostbyaddr() routine is available
  2154. to look up hosts by their C<IP> addresses.
  2155.  
  2156. =item C<d_gethbyname>
  2157.  
  2158. From F<d_gethbynm.U>:
  2159.  
  2160. This variable conditionally defines the C<HAS_GETHOSTBYNAME> symbol, which
  2161. indicates to the C program that the gethostbyname() routine is available
  2162. to look up host names in some data base or other.
  2163.  
  2164. =item C<d_gethent>
  2165.  
  2166. From F<d_gethent.U>:
  2167.  
  2168. This variable conditionally defines C<HAS_GETHOSTENT> if gethostent() is
  2169. available to look up host names in some data base or another.
  2170.  
  2171. =item C<d_gethname>
  2172.  
  2173. From F<d_gethname.U>:
  2174.  
  2175. This variable conditionally defines the C<HAS_GETHOSTNAME> symbol, which
  2176. indicates to the C program that the gethostname() routine may be
  2177. used to derive the host name.
  2178.  
  2179. =item C<d_gethostprotos>
  2180.  
  2181. From F<d_gethostprotos.U>:
  2182.  
  2183. This variable conditionally defines the C<HAS_GETHOST_PROTOS> symbol,
  2184. which indicates to the C program that <netdb.h> supplies
  2185. prototypes for the various gethost*() functions.  
  2186. See also F<netdbtype.U> for probing for various netdb types.
  2187.  
  2188. =item C<d_getlogin>
  2189.  
  2190. From F<d_getlogin.U>:
  2191.  
  2192. This variable conditionally defines the C<HAS_GETLOGIN> symbol, which
  2193. indicates to the C program that the getlogin() routine is available
  2194. to get the login name.
  2195.  
  2196. =item C<d_getmnt>
  2197.  
  2198. From F<d_getmnt.U>:
  2199.  
  2200. This variable conditionally defines the C<HAS_GETMNT> symbol, which
  2201. indicates to the C program that the getmnt() routine is available
  2202. to retrieve one or more mount info blocks by filename.
  2203.  
  2204. =item C<d_getmntent>
  2205.  
  2206. From F<d_getmntent.U>:
  2207.  
  2208. This variable conditionally defines the C<HAS_GETMNTENT> symbol, which
  2209. indicates to the C program that the getmntent() routine is available
  2210. to iterate through mounted files to get their mount info.
  2211.  
  2212. =item C<d_getnbyaddr>
  2213.  
  2214. From F<d_getnbyad.U>:
  2215.  
  2216. This variable conditionally defines the C<HAS_GETNETBYADDR> symbol, which
  2217. indicates to the C program that the getnetbyaddr() routine is available
  2218. to look up networks by their C<IP> addresses.
  2219.  
  2220. =item C<d_getnbyname>
  2221.  
  2222. From F<d_getnbynm.U>:
  2223.  
  2224. This variable conditionally defines the C<HAS_GETNETBYNAME> symbol, which
  2225. indicates to the C program that the getnetbyname() routine is available
  2226. to look up networks by their names.
  2227.  
  2228. =item C<d_getnent>
  2229.  
  2230. From F<d_getnent.U>:
  2231.  
  2232. This variable conditionally defines C<HAS_GETNETENT> if getnetent() is
  2233. available to look up network names in some data base or another.
  2234.  
  2235. =item C<d_getnetprotos>
  2236.  
  2237. From F<d_getnetprotos.U>:
  2238.  
  2239. This variable conditionally defines the C<HAS_GETNET_PROTOS> symbol,
  2240. which indicates to the C program that <netdb.h> supplies
  2241. prototypes for the various getnet*() functions.  
  2242. See also F<netdbtype.U> for probing for various netdb types.
  2243.  
  2244. =item C<d_getpbyname>
  2245.  
  2246. From F<d_getprotby.U>:
  2247.  
  2248. This variable conditionally defines the C<HAS_GETPROTOBYNAME> 
  2249. symbol, which indicates to the C program that the 
  2250. getprotobyname() routine is available to look up protocols
  2251. by their name.
  2252.  
  2253. =item C<d_getpbynumber>
  2254.  
  2255. From F<d_getprotby.U>:
  2256.  
  2257. This variable conditionally defines the C<HAS_GETPROTOBYNUMBER> 
  2258. symbol, which indicates to the C program that the 
  2259. getprotobynumber() routine is available to look up protocols
  2260. by their number.
  2261.  
  2262. =item C<d_getpent>
  2263.  
  2264. From F<d_getpent.U>:
  2265.  
  2266. This variable conditionally defines C<HAS_GETPROTOENT> if getprotoent() is
  2267. available to look up protocols in some data base or another.
  2268.  
  2269. =item C<d_getpgid>
  2270.  
  2271. From F<d_getpgid.U>:
  2272.  
  2273. This variable conditionally defines the C<HAS_GETPGID> symbol, which
  2274. indicates to the C program that the getpgid(pid) function
  2275. is available to get the process group id.
  2276.  
  2277. =item C<d_getpgrp2>
  2278.  
  2279. From F<d_getpgrp2.U>:
  2280.  
  2281. This variable conditionally defines the HAS_GETPGRP2 symbol, which
  2282. indicates to the C program that the getpgrp2() (as in F<DG/C<UX>>) routine
  2283. is available to get the current process group.
  2284.  
  2285. =item C<d_getpgrp>
  2286.  
  2287. From F<d_getpgrp.U>:
  2288.  
  2289. This variable conditionally defines C<HAS_GETPGRP> if getpgrp() is
  2290. available to get the current process group.
  2291.  
  2292. =item C<d_getppid>
  2293.  
  2294. From F<d_getppid.U>:
  2295.  
  2296. This variable conditionally defines the C<HAS_GETPPID> symbol, which
  2297. indicates to the C program that the getppid() routine is available
  2298. to get the parent process C<ID>.
  2299.  
  2300. =item C<d_getprior>
  2301.  
  2302. From F<d_getprior.U>:
  2303.  
  2304. This variable conditionally defines C<HAS_GETPRIORITY> if getpriority()
  2305. is available to get a process's priority.
  2306.  
  2307. =item C<d_getprotoprotos>
  2308.  
  2309. From F<d_getprotoprotos.U>:
  2310.  
  2311. This variable conditionally defines the C<HAS_GETPROTO_PROTOS> symbol,
  2312. which indicates to the C program that <netdb.h> supplies
  2313. prototypes for the various getproto*() functions.  
  2314. See also F<netdbtype.U> for probing for various netdb types.
  2315.  
  2316. =item C<d_getpwent>
  2317.  
  2318. From F<d_getpwent.U>:
  2319.  
  2320. This variable conditionally defines the C<HAS_GETPWENT> symbol, which
  2321. indicates to the C program that the getpwent() routine is available
  2322. for sequential access of the passwd database.
  2323.  
  2324. =item C<d_getsbyname>
  2325.  
  2326. From F<d_getsrvby.U>:
  2327.  
  2328. This variable conditionally defines the C<HAS_GETSERVBYNAME> 
  2329. symbol, which indicates to the C program that the 
  2330. getservbyname() routine is available to look up services
  2331. by their name.
  2332.  
  2333. =item C<d_getsbyport>
  2334.  
  2335. From F<d_getsrvby.U>:
  2336.  
  2337. This variable conditionally defines the C<HAS_GETSERVBYPORT> 
  2338. symbol, which indicates to the C program that the 
  2339. getservbyport() routine is available to look up services
  2340. by their port.
  2341.  
  2342. =item C<d_getsent>
  2343.  
  2344. From F<d_getsent.U>:
  2345.  
  2346. This variable conditionally defines C<HAS_GETSERVENT> if getservent() is
  2347. available to look up network services in some data base or another.
  2348.  
  2349. =item C<d_getservprotos>
  2350.  
  2351. From F<d_getservprotos.U>:
  2352.  
  2353. This variable conditionally defines the C<HAS_GETSERV_PROTOS> symbol,
  2354. which indicates to the C program that <netdb.h> supplies
  2355. prototypes for the various getserv*() functions.  
  2356. See also F<netdbtype.U> for probing for various netdb types.
  2357.  
  2358. =item C<d_getspent>
  2359.  
  2360. From F<d_getspent.U>:
  2361.  
  2362. This variable conditionally defines C<HAS_GETSPENT> if getspent() is
  2363. available to retrieve SysV shadow password entries sequentially.
  2364.  
  2365. =item C<d_getspnam>
  2366.  
  2367. From F<d_getspnam.U>:
  2368.  
  2369. This variable conditionally defines C<HAS_GETSPNAM> if getspnam() is
  2370. available to retrieve SysV shadow password entries by name.
  2371.  
  2372. =item C<d_gettimeod>
  2373.  
  2374. From F<d_ftime.U>:
  2375.  
  2376. This variable conditionally defines the C<HAS_GETTIMEOFDAY> symbol, which
  2377. indicates that the gettimeofday() system call exists (to obtain a
  2378. sub-second accuracy clock). You should probably include <sys/resource.h>.
  2379.  
  2380. =item C<d_gnulibc>
  2381.  
  2382. From F<d_gnulibc.U>:
  2383.  
  2384. Defined if we're dealing with the C<GNU> C Library.
  2385.  
  2386. =item C<d_grpasswd>
  2387.  
  2388. From F<i_grp.U>:
  2389.  
  2390. This variable conditionally defines C<GRPASSWD>, which indicates
  2391. that struct group in <grp.h> contains gr_passwd.
  2392.  
  2393. =item C<d_hasmntopt>
  2394.  
  2395. From F<d_hasmntopt.U>:
  2396.  
  2397. This variable conditionally defines the C<HAS_HASMNTOPT> symbol, which
  2398. indicates to the C program that the hasmntopt() routine is available
  2399. to query the mount options of file systems.
  2400.  
  2401. =item C<d_htonl>
  2402.  
  2403. From F<d_htonl.U>:
  2404.  
  2405. This variable conditionally defines C<HAS_HTONL> if htonl() and its
  2406. friends are available to do network order byte swapping.
  2407.  
  2408. =item C<d_iconv>
  2409.  
  2410. From F<d_iconv.U>:
  2411.  
  2412. This variable conditionally defines the C<HAS_ICONV> symbol, which
  2413. indicates to the C program that the iconv() routine is available.
  2414.  
  2415. =item C<d_index>
  2416.  
  2417. From F<d_strchr.U>:
  2418.  
  2419. This variable conditionally defines C<HAS_INDEX> if index() and
  2420. rindex() are available for string searching.
  2421.  
  2422. =item C<d_inetaton>
  2423.  
  2424. From F<d_inetaton.U>:
  2425.  
  2426. This variable conditionally defines the C<HAS_INET_ATON> symbol, which
  2427. indicates to the C program that the inet_aton() function is available
  2428. to parse C<IP> address C<dotted-quad> strings.
  2429.  
  2430. =item C<d_int64_t>
  2431.  
  2432. From F<d_int64_t.U>:
  2433.  
  2434. This symbol will be defined if the C compiler supports int64_t.
  2435.  
  2436. =item C<d_isascii>
  2437.  
  2438. From F<d_isascii.U>:
  2439.  
  2440. This variable conditionally defines the C<HAS_ISASCII> constant,
  2441. which indicates to the C program that isascii() is available.
  2442.  
  2443. =item C<d_killpg>
  2444.  
  2445. From F<d_killpg.U>:
  2446.  
  2447. This variable conditionally defines the C<HAS_KILLPG> symbol, which
  2448. indicates to the C program that the killpg() routine is available
  2449. to kill process groups.
  2450.  
  2451. =item C<d_lchown>
  2452.  
  2453. From F<d_lchown.U>:
  2454.  
  2455. This variable conditionally defines the C<HAS_LCHOWN> symbol, which
  2456. indicates to the C program that the lchown() routine is available
  2457. to operate on a symbolic link (instead of following the link).
  2458.  
  2459. =item C<d_ldbl_dig>
  2460.  
  2461. From F<d_ldbl_dig.U>:
  2462.  
  2463. This variable conditionally defines d_ldbl_dig if this system's
  2464. header files provide C<LDBL_DIG>, which is the number of significant
  2465. digits in a long double precision number.
  2466.  
  2467. =item C<d_link>
  2468.  
  2469. From F<d_link.U>:
  2470.  
  2471. This variable conditionally defines C<HAS_LINK> if link() is
  2472. available to create hard links.
  2473.  
  2474. =item C<d_locconv>
  2475.  
  2476. From F<d_locconv.U>:
  2477.  
  2478. This variable conditionally defines C<HAS_LOCALECONV> if localeconv() is
  2479. available for numeric and monetary formatting conventions.
  2480.  
  2481. =item C<d_lockf>
  2482.  
  2483. From F<d_lockf.U>:
  2484.  
  2485. This variable conditionally defines C<HAS_LOCKF> if lockf() is
  2486. available to do file locking.
  2487.  
  2488. =item C<d_longdbl>
  2489.  
  2490. From F<d_longdbl.U>:
  2491.  
  2492. This variable conditionally defines C<HAS_LONG_DOUBLE> if 
  2493. the long double type is supported.
  2494.  
  2495. =item C<d_longlong>
  2496.  
  2497. From F<d_longlong.U>:
  2498.  
  2499. This variable conditionally defines C<HAS_LONG_LONG> if 
  2500. the long long type is supported.
  2501.  
  2502. =item C<d_lseekproto>
  2503.  
  2504. From F<d_lseekproto.U>:
  2505.  
  2506. This variable conditionally defines the C<HAS_LSEEK_PROTO> symbol,
  2507. which indicates to the C program that the system provides
  2508. a prototype for the lseek() function.  Otherwise, it is
  2509. up to the program to supply one.
  2510.  
  2511. =item C<d_lstat>
  2512.  
  2513. From F<d_lstat.U>:
  2514.  
  2515. This variable conditionally defines C<HAS_LSTAT> if lstat() is
  2516. available to do file stats on symbolic links.
  2517.  
  2518. =item C<d_madvise>
  2519.  
  2520. From F<d_madvise.U>:
  2521.  
  2522. This variable conditionally defines C<HAS_MADVISE> if madvise() is
  2523. available to map a file into memory.
  2524.  
  2525. =item C<d_mblen>
  2526.  
  2527. From F<d_mblen.U>:
  2528.  
  2529. This variable conditionally defines the C<HAS_MBLEN> symbol, which
  2530. indicates to the C program that the mblen() routine is available
  2531. to find the number of bytes in a multibye character.
  2532.  
  2533. =item C<d_mbstowcs>
  2534.  
  2535. From F<d_mbstowcs.U>:
  2536.  
  2537. This variable conditionally defines the C<HAS_MBSTOWCS> symbol, which
  2538. indicates to the C program that the mbstowcs() routine is available
  2539. to convert a multibyte string into a wide character string.
  2540.  
  2541. =item C<d_mbtowc>
  2542.  
  2543. From F<d_mbtowc.U>:
  2544.  
  2545. This variable conditionally defines the C<HAS_MBTOWC> symbol, which
  2546. indicates to the C program that the mbtowc() routine is available
  2547. to convert multibyte to a wide character.
  2548.  
  2549. =item C<d_memchr>
  2550.  
  2551. From F<d_memchr.U>:
  2552.  
  2553. This variable conditionally defines the C<HAS_MEMCHR> symbol, which
  2554. indicates to the C program that the memchr() routine is available
  2555. to locate characters within a C string.
  2556.  
  2557. =item C<d_memcmp>
  2558.  
  2559. From F<d_memcmp.U>:
  2560.  
  2561. This variable conditionally defines the C<HAS_MEMCMP> symbol, which
  2562. indicates to the C program that the memcmp() routine is available
  2563. to compare blocks of memory.
  2564.  
  2565. =item C<d_memcpy>
  2566.  
  2567. From F<d_memcpy.U>:
  2568.  
  2569. This variable conditionally defines the C<HAS_MEMCPY> symbol, which
  2570. indicates to the C program that the memcpy() routine is available
  2571. to copy blocks of memory.
  2572.  
  2573. =item C<d_memmove>
  2574.  
  2575. From F<d_memmove.U>:
  2576.  
  2577. This variable conditionally defines the C<HAS_MEMMOVE> symbol, which
  2578. indicates to the C program that the memmove() routine is available
  2579. to copy potentatially overlapping blocks of memory.
  2580.  
  2581. =item C<d_memset>
  2582.  
  2583. From F<d_memset.U>:
  2584.  
  2585. This variable conditionally defines the C<HAS_MEMSET> symbol, which
  2586. indicates to the C program that the memset() routine is available
  2587. to set blocks of memory.
  2588.  
  2589. =item C<d_mkdir>
  2590.  
  2591. From F<d_mkdir.U>:
  2592.  
  2593. This variable conditionally defines the C<HAS_MKDIR> symbol, which
  2594. indicates to the C program that the mkdir() routine is available
  2595. to create F<directories.>.
  2596.  
  2597. =item C<d_mkdtemp>
  2598.  
  2599. From F<d_mkdtemp.U>:
  2600.  
  2601. This variable conditionally defines the C<HAS_MKDTEMP> symbol, which
  2602. indicates to the C program that the mkdtemp() routine is available
  2603. to exclusively create a uniquely named temporary directory.
  2604.  
  2605. =item C<d_mkfifo>
  2606.  
  2607. From F<d_mkfifo.U>:
  2608.  
  2609. This variable conditionally defines the C<HAS_MKFIFO> symbol, which
  2610. indicates to the C program that the mkfifo() routine is available.
  2611.  
  2612. =item C<d_mkstemp>
  2613.  
  2614. From F<d_mkstemp.U>:
  2615.  
  2616. This variable conditionally defines the C<HAS_MKSTEMP> symbol, which
  2617. indicates to the C program that the mkstemp() routine is available
  2618. to exclusively create and open a uniquely named temporary file.
  2619.  
  2620. =item C<d_mkstemps>
  2621.  
  2622. From F<d_mkstemps.U>:
  2623.  
  2624. This variable conditionally defines the C<HAS_MKSTEMPS> symbol, which
  2625. indicates to the C program that the mkstemps() routine is available
  2626. to exclusively create and open a uniquely named (with a suffix)
  2627. temporary file.
  2628.  
  2629. =item C<d_mktime>
  2630.  
  2631. From F<d_mktime.U>:
  2632.  
  2633. This variable conditionally defines the C<HAS_MKTIME> symbol, which
  2634. indicates to the C program that the mktime() routine is available.
  2635.  
  2636. =item C<d_mmap>
  2637.  
  2638. From F<d_mmap.U>:
  2639.  
  2640. This variable conditionally defines C<HAS_MMAP> if mmap() is
  2641. available to map a file into memory.
  2642.  
  2643. =item C<d_mprotect>
  2644.  
  2645. From F<d_mprotect.U>:
  2646.  
  2647. This variable conditionally defines C<HAS_MPROTECT> if mprotect() is
  2648. available to modify the access protection of a memory mapped file.
  2649.  
  2650. =item C<d_msg>
  2651.  
  2652. From F<d_msg.U>:
  2653.  
  2654. This variable conditionally defines the C<HAS_MSG> symbol, which
  2655. indicates that the entire msg*(2) library is present.
  2656.  
  2657. =item C<d_msg_ctrunc>
  2658.  
  2659. From F<d_socket.U>:
  2660.  
  2661. This variable conditionally defines the C<HAS_MSG_CTRUNC> symbol,
  2662. which indicates that the C<MSG_CTRUNC> is available.  #ifdef is
  2663. not enough because it may be an enum, glibc has been known to do this.
  2664.  
  2665. =item C<d_msg_dontroute>
  2666.  
  2667. From F<d_socket.U>:
  2668.  
  2669. This variable conditionally defines the C<HAS_MSG_DONTROUTE> symbol,
  2670. which indicates that the C<MSG_DONTROUTE> is available.  #ifdef is
  2671. not enough because it may be an enum, glibc has been known to do this.
  2672.  
  2673. =item C<d_msg_oob>
  2674.  
  2675. From F<d_socket.U>:
  2676.  
  2677. This variable conditionally defines the C<HAS_MSG_OOB> symbol,
  2678. which indicates that the C<MSG_OOB> is available.  #ifdef is
  2679. not enough because it may be an enum, glibc has been known to do this.
  2680.  
  2681. =item C<d_msg_peek>
  2682.  
  2683. From F<d_socket.U>:
  2684.  
  2685. This variable conditionally defines the C<HAS_MSG_PEEK> symbol,
  2686. which indicates that the C<MSG_PEEK> is available.  #ifdef is
  2687. not enough because it may be an enum, glibc has been known to do this.
  2688.  
  2689. =item C<d_msg_proxy>
  2690.  
  2691. From F<d_socket.U>:
  2692.  
  2693. This variable conditionally defines the C<HAS_MSG_PROXY> symbol,
  2694. which indicates that the C<MSG_PROXY> is available.  #ifdef is
  2695. not enough because it may be an enum, glibc has been known to do this.
  2696.  
  2697. =item C<d_msgctl>
  2698.  
  2699. From F<d_msgctl.U>:
  2700.  
  2701. This variable conditionally defines the C<HAS_MSGCTL> symbol, which
  2702. indicates to the C program that the msgctl() routine is available.
  2703.  
  2704. =item C<d_msgget>
  2705.  
  2706. From F<d_msgget.U>:
  2707.  
  2708. This variable conditionally defines the C<HAS_MSGGET> symbol, which
  2709. indicates to the C program that the msgget() routine is available.
  2710.  
  2711. =item C<d_msgrcv>
  2712.  
  2713. From F<d_msgrcv.U>:
  2714.  
  2715. This variable conditionally defines the C<HAS_MSGRCV> symbol, which
  2716. indicates to the C program that the msgrcv() routine is available.
  2717.  
  2718. =item C<d_msgsnd>
  2719.  
  2720. From F<d_msgsnd.U>:
  2721.  
  2722. This variable conditionally defines the C<HAS_MSGSND> symbol, which
  2723. indicates to the C program that the msgsnd() routine is available.
  2724.  
  2725. =item C<d_msync>
  2726.  
  2727. From F<d_msync.U>:
  2728.  
  2729. This variable conditionally defines C<HAS_MSYNC> if msync() is
  2730. available to synchronize a mapped file.
  2731.  
  2732. =item C<d_munmap>
  2733.  
  2734. From F<d_munmap.U>:
  2735.  
  2736. This variable conditionally defines C<HAS_MUNMAP> if munmap() is
  2737. available to unmap a region mapped by mmap().
  2738.  
  2739. =item C<d_mymalloc>
  2740.  
  2741. From F<mallocsrc.U>:
  2742.  
  2743. This variable conditionally defines C<MYMALLOC> in case other parts
  2744. of the source want to take special action if C<MYMALLOC> is used.
  2745. This may include different sorts of profiling or error detection.
  2746.  
  2747. =item C<d_nice>
  2748.  
  2749. From F<d_nice.U>:
  2750.  
  2751. This variable conditionally defines the C<HAS_NICE> symbol, which
  2752. indicates to the C program that the nice() routine is available.
  2753.  
  2754. =item C<d_nv_preserves_uv>
  2755.  
  2756. From F<perlxv.U>:
  2757.  
  2758. This variable indicates whether a variable of type nvtype
  2759. can preserve all the bits a variable of type uvtype.
  2760.  
  2761. =item C<d_off64_t>
  2762.  
  2763. From F<d_off64_t.U>:
  2764.  
  2765. This symbol will be defined if the C compiler supports off64_t.
  2766.  
  2767. =item C<d_old_pthread_create_joinable>
  2768.  
  2769. From F<d_pthrattrj.U>:
  2770.  
  2771. This variable conditionally defines pthread_create_joinable.
  2772. undef if F<pthread.h> defines C<PTHREAD_CREATE_JOINABLE>.
  2773.  
  2774. =item C<d_oldpthreads>
  2775.  
  2776. From F<usethreads.U>:
  2777.  
  2778. This variable conditionally defines the C<OLD_PTHREADS_API> symbol,
  2779. and indicates that Perl should be built to use the old
  2780. draft C<POSIX> threads C<API>.  This is only potentially meaningful if
  2781. usethreads is set.
  2782.  
  2783. =item C<d_oldsock>
  2784.  
  2785. From F<d_socket.U>:
  2786.  
  2787. This variable conditionally defines the C<OLDSOCKET> symbol, which
  2788. indicates that the C<BSD> socket interface is based on 4.1c and not 4.2.
  2789.  
  2790. =item C<d_open3>
  2791.  
  2792. From F<d_open3.U>:
  2793.  
  2794. This variable conditionally defines the HAS_OPEN3 manifest constant,
  2795. which indicates to the C program that the 3 argument version of
  2796. the open(2) function is available.
  2797.  
  2798. =item C<d_pathconf>
  2799.  
  2800. From F<d_pathconf.U>:
  2801.  
  2802. This variable conditionally defines the C<HAS_PATHCONF> symbol, which
  2803. indicates to the C program that the pathconf() routine is available
  2804. to determine file-system related limits and options associated
  2805. with a given filename.
  2806.  
  2807. =item C<d_pause>
  2808.  
  2809. From F<d_pause.U>:
  2810.  
  2811. This variable conditionally defines the C<HAS_PAUSE> symbol, which
  2812. indicates to the C program that the pause() routine is available
  2813. to suspend a process until a signal is received.
  2814.  
  2815. =item C<d_phostname>
  2816.  
  2817. From F<d_gethname.U>:
  2818.  
  2819. This variable conditionally defines the C<HAS_PHOSTNAME> symbol, which
  2820. contains the shell command which, when fed to popen(), may be
  2821. used to derive the host name.
  2822.  
  2823. =item C<d_pipe>
  2824.  
  2825. From F<d_pipe.U>:
  2826.  
  2827. This variable conditionally defines the C<HAS_PIPE> symbol, which
  2828. indicates to the C program that the pipe() routine is available
  2829. to create an inter-process channel.
  2830.  
  2831. =item C<d_poll>
  2832.  
  2833. From F<d_poll.U>:
  2834.  
  2835. This variable conditionally defines the C<HAS_POLL> symbol, which
  2836. indicates to the C program that the poll() routine is available
  2837. to poll active file descriptors.
  2838.  
  2839. =item C<d_portable>
  2840.  
  2841. From F<d_portable.U>:
  2842.  
  2843. This variable conditionally defines the C<PORTABLE> symbol, which
  2844. indicates to the C program that it should not assume that it is
  2845. running on the machine it was compiled on.
  2846.  
  2847. =item C<d_PRId64>
  2848.  
  2849. From F<quadfio.U>:
  2850.  
  2851. This variable conditionally defines the PERL_PRId64 symbol, which
  2852. indiciates that stdio has a symbol to print 64-bit decimal numbers.
  2853.  
  2854. =item C<d_PRIeldbl>
  2855.  
  2856. From F<longdblfio.U>:
  2857.  
  2858. This variable conditionally defines the PERL_PRIfldlbl symbol, which
  2859. indiciates that stdio has a symbol to print long doubles.
  2860.  
  2861. =item C<d_PRIEldbl>
  2862.  
  2863. From F<longdblfio.U>:
  2864.  
  2865. This variable conditionally defines the PERL_PRIfldlbl symbol, which
  2866. indiciates that stdio has a symbol to print long doubles.
  2867.  
  2868. =item C<d_PRIfldbl>
  2869.  
  2870. From F<longdblfio.U>:
  2871.  
  2872. This variable conditionally defines the PERL_PRIfldlbl symbol, which
  2873. indiciates that stdio has a symbol to print long doubles.
  2874.  
  2875. =item C<d_PRIFldbl>
  2876.  
  2877. From F<longdblfio.U>:
  2878.  
  2879. This variable conditionally defines the PERL_PRIfldlbl symbol, which
  2880. indiciates that stdio has a symbol to print long doubles.
  2881.  
  2882. =item C<d_PRIgldbl>
  2883.  
  2884. From F<longdblfio.U>:
  2885.  
  2886. This variable conditionally defines the PERL_PRIfldlbl symbol, which
  2887. indiciates that stdio has a symbol to print long doubles.
  2888.  
  2889. =item C<d_PRIGldbl>
  2890.  
  2891. From F<longdblfio.U>:
  2892.  
  2893. This variable conditionally defines the PERL_PRIfldlbl symbol, which
  2894. indiciates that stdio has a symbol to print long doubles.
  2895.  
  2896. =item C<d_PRIi64>
  2897.  
  2898. From F<quadfio.U>:
  2899.  
  2900. This variable conditionally defines the PERL_PRIi64 symbol, which
  2901. indiciates that stdio has a symbol to print 64-bit decimal numbers.
  2902.  
  2903. =item C<d_PRIo64>
  2904.  
  2905. From F<quadfio.U>:
  2906.  
  2907. This variable conditionally defines the PERL_PRIo64 symbol, which
  2908. indiciates that stdio has a symbol to print 64-bit octal numbers.
  2909.  
  2910. =item C<d_PRIu64>
  2911.  
  2912. From F<quadfio.U>:
  2913.  
  2914. This variable conditionally defines the PERL_PRIu64 symbol, which
  2915. indiciates that stdio has a symbol to print 64-bit unsigned decimal
  2916. numbers.
  2917.  
  2918. =item C<d_PRIx64>
  2919.  
  2920. From F<quadfio.U>:
  2921.  
  2922. This variable conditionally defines the PERL_PRIx64 symbol, which
  2923. indiciates that stdio has a symbol to print 64-bit hexadecimal numbers.
  2924.  
  2925. =item C<d_PRIX64>
  2926.  
  2927. From F<quadfio.U>:
  2928.  
  2929. This variable conditionally defines the PERL_PRIX64 symbol, which
  2930. indiciates that stdio has a symbol to print 64-bit hExADECimAl numbers.
  2931.  
  2932. =item C<d_pthread_yield>
  2933.  
  2934. From F<d_pthread_y.U>:
  2935.  
  2936. This variable conditionally defines the C<HAS_PTHREAD_YIELD>
  2937. symbol if the pthread_yield routine is available to yield
  2938. the execution of the current thread.
  2939.  
  2940. =item C<d_pwage>
  2941.  
  2942. From F<i_pwd.U>:
  2943.  
  2944. This variable conditionally defines C<PWAGE>, which indicates
  2945. that struct passwd contains pw_age.
  2946.  
  2947. =item C<d_pwchange>
  2948.  
  2949. From F<i_pwd.U>:
  2950.  
  2951. This variable conditionally defines C<PWCHANGE>, which indicates
  2952. that struct passwd contains pw_change.
  2953.  
  2954. =item C<d_pwclass>
  2955.  
  2956. From F<i_pwd.U>:
  2957.  
  2958. This variable conditionally defines C<PWCLASS>, which indicates
  2959. that struct passwd contains pw_class.
  2960.  
  2961. =item C<d_pwcomment>
  2962.  
  2963. From F<i_pwd.U>:
  2964.  
  2965. This variable conditionally defines C<PWCOMMENT>, which indicates
  2966. that struct passwd contains pw_comment.
  2967.  
  2968. =item C<d_pwexpire>
  2969.  
  2970. From F<i_pwd.U>:
  2971.  
  2972. This variable conditionally defines C<PWEXPIRE>, which indicates
  2973. that struct passwd contains pw_expire.
  2974.  
  2975. =item C<d_pwgecos>
  2976.  
  2977. From F<i_pwd.U>:
  2978.  
  2979. This variable conditionally defines C<PWGECOS>, which indicates
  2980. that struct passwd contains pw_gecos.
  2981.  
  2982. =item C<d_pwpasswd>
  2983.  
  2984. From F<i_pwd.U>:
  2985.  
  2986. This variable conditionally defines C<PWPASSWD>, which indicates
  2987. that struct passwd contains pw_passwd.
  2988.  
  2989. =item C<d_pwquota>
  2990.  
  2991. From F<i_pwd.U>:
  2992.  
  2993. This variable conditionally defines C<PWQUOTA>, which indicates
  2994. that struct passwd contains pw_quota.
  2995.  
  2996. =item C<d_qgcvt>
  2997.  
  2998. From F<d_qgcvt.U>:
  2999.  
  3000. This variable conditionally defines the C<HAS_QGCVT> symbol, which
  3001. indicates to the C program that the qgcvt() routine is available.
  3002.  
  3003. =item C<d_quad>
  3004.  
  3005. From F<quadtype.U>:
  3006.  
  3007. This variable, if defined, tells that there's a 64-bit integer type,
  3008. quadtype.
  3009.  
  3010. =item C<d_readdir>
  3011.  
  3012. From F<d_readdir.U>:
  3013.  
  3014. This variable conditionally defines C<HAS_READDIR> if readdir() is
  3015. available to read directory entries.
  3016.  
  3017. =item C<d_readlink>
  3018.  
  3019. From F<d_readlink.U>:
  3020.  
  3021. This variable conditionally defines the C<HAS_READLINK> symbol, which
  3022. indicates to the C program that the readlink() routine is available
  3023. to read the value of a symbolic link.
  3024.  
  3025. =item C<d_rename>
  3026.  
  3027. From F<d_rename.U>:
  3028.  
  3029. This variable conditionally defines the C<HAS_RENAME> symbol, which
  3030. indicates to the C program that the rename() routine is available
  3031. to rename files.
  3032.  
  3033. =item C<d_rewinddir>
  3034.  
  3035. From F<d_readdir.U>:
  3036.  
  3037. This variable conditionally defines C<HAS_REWINDDIR> if rewinddir() is
  3038. available.
  3039.  
  3040. =item C<d_rmdir>
  3041.  
  3042. From F<d_rmdir.U>:
  3043.  
  3044. This variable conditionally defines C<HAS_RMDIR> if rmdir() is
  3045. available to remove directories.
  3046.  
  3047. =item C<d_safebcpy>
  3048.  
  3049. From F<d_safebcpy.U>:
  3050.  
  3051. This variable conditionally defines the C<HAS_SAFE_BCOPY> symbol if
  3052. the bcopy() routine can do overlapping copies.
  3053.  
  3054. =item C<d_safemcpy>
  3055.  
  3056. From F<d_safemcpy.U>:
  3057.  
  3058. This variable conditionally defines the C<HAS_SAFE_MEMCPY> symbol if
  3059. the memcpy() routine can do overlapping copies.
  3060.  
  3061. =item C<d_sanemcmp>
  3062.  
  3063. From F<d_sanemcmp.U>:
  3064.  
  3065. This variable conditionally defines the C<HAS_SANE_MEMCMP> symbol if
  3066. the memcpy() routine is available and can be used to compare relative
  3067. magnitudes of chars with their high bits set.
  3068.  
  3069. =item C<d_sched_yield>
  3070.  
  3071. From F<d_pthread_y.U>:
  3072.  
  3073. This variable conditionally defines the C<HAS_SCHED_YIELD>
  3074. symbol if the sched_yield routine is available to yield
  3075. the execution of the current thread.
  3076.  
  3077. =item C<d_scm_rights>
  3078.  
  3079. From F<d_socket.U>:
  3080.  
  3081. This variable conditionally defines the C<HAS_SCM_RIGHTS> symbol,
  3082. which indicates that the C<SCM_RIGHTS> is available.  #ifdef is
  3083. not enough because it may be an enum, glibc has been known to do this.
  3084.  
  3085. =item C<d_seekdir>
  3086.  
  3087. From F<d_readdir.U>:
  3088.  
  3089. This variable conditionally defines C<HAS_SEEKDIR> if seekdir() is
  3090. available.
  3091.  
  3092. =item C<d_select>
  3093.  
  3094. From F<d_select.U>:
  3095.  
  3096. This variable conditionally defines C<HAS_SELECT> if select() is
  3097. available to select active file descriptors. A <sys/time.h>
  3098. inclusion may be necessary for the timeout field.
  3099.  
  3100. =item C<d_sem>
  3101.  
  3102. From F<d_sem.U>:
  3103.  
  3104. This variable conditionally defines the C<HAS_SEM> symbol, which
  3105. indicates that the entire sem*(2) library is present.
  3106.  
  3107. =item C<d_semctl>
  3108.  
  3109. From F<d_semctl.U>:
  3110.  
  3111. This variable conditionally defines the C<HAS_SEMCTL> symbol, which
  3112. indicates to the C program that the semctl() routine is available.
  3113.  
  3114. =item C<d_semctl_semid_ds>
  3115.  
  3116. From F<d_union_semun.U>:
  3117.  
  3118. This variable conditionally defines C<USE_SEMCTL_SEMID_DS>, which
  3119. indicates that struct semid_ds * is to be used for semctl C<IPC_STAT>.
  3120.  
  3121. =item C<d_semctl_semun>
  3122.  
  3123. From F<d_union_semun.U>:
  3124.  
  3125. This variable conditionally defines C<USE_SEMCTL_SEMUN>, which
  3126. indicates that union semun is to be used for semctl C<IPC_STAT>.
  3127.  
  3128. =item C<d_semget>
  3129.  
  3130. From F<d_semget.U>:
  3131.  
  3132. This variable conditionally defines the C<HAS_SEMGET> symbol, which
  3133. indicates to the C program that the semget() routine is available.
  3134.  
  3135. =item C<d_semop>
  3136.  
  3137. From F<d_semop.U>:
  3138.  
  3139. This variable conditionally defines the C<HAS_SEMOP> symbol, which
  3140. indicates to the C program that the semop() routine is available.
  3141.  
  3142. =item C<d_setegid>
  3143.  
  3144. From F<d_setegid.U>:
  3145.  
  3146. This variable conditionally defines the C<HAS_SETEGID> symbol, which
  3147. indicates to the C program that the setegid() routine is available
  3148. to change the effective gid of the current program.
  3149.  
  3150. =item C<d_seteuid>
  3151.  
  3152. From F<d_seteuid.U>:
  3153.  
  3154. This variable conditionally defines the C<HAS_SETEUID> symbol, which
  3155. indicates to the C program that the seteuid() routine is available
  3156. to change the effective uid of the current program.
  3157.  
  3158. =item C<d_setgrent>
  3159.  
  3160. From F<d_setgrent.U>:
  3161.  
  3162. This variable conditionally defines the C<HAS_SETGRENT> symbol, which
  3163. indicates to the C program that the setgrent() routine is available
  3164. for initializing sequential access to the group database.
  3165.  
  3166. =item C<d_setgrps>
  3167.  
  3168. From F<d_setgrps.U>:
  3169.  
  3170. This variable conditionally defines the C<HAS_SETGROUPS> symbol, which
  3171. indicates to the C program that the setgroups() routine is available
  3172. to set the list of process groups.
  3173.  
  3174. =item C<d_sethent>
  3175.  
  3176. From F<d_sethent.U>:
  3177.  
  3178. This variable conditionally defines C<HAS_SETHOSTENT> if sethostent() is
  3179. available.
  3180.  
  3181. =item C<d_setlinebuf>
  3182.  
  3183. From F<d_setlnbuf.U>:
  3184.  
  3185. This variable conditionally defines the C<HAS_SETLINEBUF> symbol, which
  3186. indicates to the C program that the setlinebuf() routine is available
  3187. to change stderr or stdout from block-buffered or unbuffered to a
  3188. line-buffered mode.
  3189.  
  3190. =item C<d_setlocale>
  3191.  
  3192. From F<d_setlocale.U>:
  3193.  
  3194. This variable conditionally defines C<HAS_SETLOCALE> if setlocale() is
  3195. available to handle locale-specific ctype implementations.
  3196.  
  3197. =item C<d_setnent>
  3198.  
  3199. From F<d_setnent.U>:
  3200.  
  3201. This variable conditionally defines C<HAS_SETNETENT> if setnetent() is
  3202. available.
  3203.  
  3204. =item C<d_setpent>
  3205.  
  3206. From F<d_setpent.U>:
  3207.  
  3208. This variable conditionally defines C<HAS_SETPROTOENT> if setprotoent() is
  3209. available.
  3210.  
  3211. =item C<d_setpgid>
  3212.  
  3213. From F<d_setpgid.U>:
  3214.  
  3215. This variable conditionally defines the C<HAS_SETPGID> symbol if the
  3216. setpgid(pid, gpid) function is available to set process group C<ID>.
  3217.  
  3218. =item C<d_setpgrp2>
  3219.  
  3220. From F<d_setpgrp2.U>:
  3221.  
  3222. This variable conditionally defines the HAS_SETPGRP2 symbol, which
  3223. indicates to the C program that the setpgrp2() (as in F<DG/C<UX>>) routine
  3224. is available to set the current process group.
  3225.  
  3226. =item C<d_setpgrp>
  3227.  
  3228. From F<d_setpgrp.U>:
  3229.  
  3230. This variable conditionally defines C<HAS_SETPGRP> if setpgrp() is
  3231. available to set the current process group.
  3232.  
  3233. =item C<d_setprior>
  3234.  
  3235. From F<d_setprior.U>:
  3236.  
  3237. This variable conditionally defines C<HAS_SETPRIORITY> if setpriority()
  3238. is available to set a process's priority.
  3239.  
  3240. =item C<d_setpwent>
  3241.  
  3242. From F<d_setpwent.U>:
  3243.  
  3244. This variable conditionally defines the C<HAS_SETPWENT> symbol, which
  3245. indicates to the C program that the setpwent() routine is available
  3246. for initializing sequential access to the passwd database.
  3247.  
  3248. =item C<d_setregid>
  3249.  
  3250. From F<d_setregid.U>:
  3251.  
  3252. This variable conditionally defines C<HAS_SETREGID> if setregid() is
  3253. available to change the real and effective gid of the current
  3254. process.
  3255.  
  3256. =item C<d_setresgid>
  3257.  
  3258. From F<d_setregid.U>:
  3259.  
  3260. This variable conditionally defines C<HAS_SETRESGID> if setresgid() is
  3261. available to change the real, effective and saved gid of the current
  3262. process.
  3263.  
  3264. =item C<d_setresuid>
  3265.  
  3266. From F<d_setreuid.U>:
  3267.  
  3268. This variable conditionally defines C<HAS_SETREUID> if setresuid() is
  3269. available to change the real, effective and saved uid of the current
  3270. process.
  3271.  
  3272. =item C<d_setreuid>
  3273.  
  3274. From F<d_setreuid.U>:
  3275.  
  3276. This variable conditionally defines C<HAS_SETREUID> if setreuid() is
  3277. available to change the real and effective uid of the current
  3278. process.
  3279.  
  3280. =item C<d_setrgid>
  3281.  
  3282. From F<d_setrgid.U>:
  3283.  
  3284. This variable conditionally defines the C<HAS_SETRGID> symbol, which
  3285. indicates to the C program that the setrgid() routine is available
  3286. to change the real gid of the current program.
  3287.  
  3288. =item C<d_setruid>
  3289.  
  3290. From F<d_setruid.U>:
  3291.  
  3292. This variable conditionally defines the C<HAS_SETRUID> symbol, which
  3293. indicates to the C program that the setruid() routine is available
  3294. to change the real uid of the current program.
  3295.  
  3296. =item C<d_setsent>
  3297.  
  3298. From F<d_setsent.U>:
  3299.  
  3300. This variable conditionally defines C<HAS_SETSERVENT> if setservent() is
  3301. available.
  3302.  
  3303. =item C<d_setsid>
  3304.  
  3305. From F<d_setsid.U>:
  3306.  
  3307. This variable conditionally defines C<HAS_SETSID> if setsid() is
  3308. available to set the process group C<ID>.
  3309.  
  3310. =item C<d_setspent>
  3311.  
  3312. From F<d_setspent.U>:
  3313.  
  3314. This variable conditionally defines C<HAS_SETSPENT> if setspent() is
  3315. available to initialize the scan of SysV shadow password entries.
  3316.  
  3317. =item C<d_setvbuf>
  3318.  
  3319. From F<d_setvbuf.U>:
  3320.  
  3321. This variable conditionally defines the C<HAS_SETVBUF> symbol, which
  3322. indicates to the C program that the setvbuf() routine is available
  3323. to change buffering on an open stdio stream.
  3324.  
  3325. =item C<d_sfio>
  3326.  
  3327. From F<d_sfio.U>:
  3328.  
  3329. This variable conditionally defines the C<USE_SFIO> symbol,
  3330. and indicates whether sfio is available (and should be used).
  3331.  
  3332. =item C<d_shm>
  3333.  
  3334. From F<d_shm.U>:
  3335.  
  3336. This variable conditionally defines the C<HAS_SHM> symbol, which
  3337. indicates that the entire shm*(2) library is present.
  3338.  
  3339. =item C<d_shmat>
  3340.  
  3341. From F<d_shmat.U>:
  3342.  
  3343. This variable conditionally defines the C<HAS_SHMAT> symbol, which
  3344. indicates to the C program that the shmat() routine is available.
  3345.  
  3346. =item C<d_shmatprototype>
  3347.  
  3348. From F<d_shmat.U>:
  3349.  
  3350. This variable conditionally defines the C<HAS_SHMAT_PROTOTYPE> 
  3351. symbol, which indicates that F<sys/shm.h> has a prototype for
  3352. shmat.
  3353.  
  3354. =item C<d_shmctl>
  3355.  
  3356. From F<d_shmctl.U>:
  3357.  
  3358. This variable conditionally defines the C<HAS_SHMCTL> symbol, which
  3359. indicates to the C program that the shmctl() routine is available.
  3360.  
  3361. =item C<d_shmdt>
  3362.  
  3363. From F<d_shmdt.U>:
  3364.  
  3365. This variable conditionally defines the C<HAS_SHMDT> symbol, which
  3366. indicates to the C program that the shmdt() routine is available.
  3367.  
  3368. =item C<d_shmget>
  3369.  
  3370. From F<d_shmget.U>:
  3371.  
  3372. This variable conditionally defines the C<HAS_SHMGET> symbol, which
  3373. indicates to the C program that the shmget() routine is available.
  3374.  
  3375. =item C<d_sigaction>
  3376.  
  3377. From F<d_sigaction.U>:
  3378.  
  3379. This variable conditionally defines the C<HAS_SIGACTION> symbol, which
  3380. indicates that the Vr4 sigaction() routine is available.
  3381.  
  3382. =item C<d_sigsetjmp>
  3383.  
  3384. From F<d_sigsetjmp.U>:
  3385.  
  3386. This variable conditionally defines the C<HAS_SIGSETJMP> symbol,
  3387. which indicates that the sigsetjmp() routine is available to
  3388. call setjmp() and optionally save the process's signal mask.
  3389.  
  3390. =item C<d_socket>
  3391.  
  3392. From F<d_socket.U>:
  3393.  
  3394. This variable conditionally defines C<HAS_SOCKET>, which indicates
  3395. that the C<BSD> socket interface is supported.
  3396.  
  3397. =item C<d_socklen_t>
  3398.  
  3399. From F<d_socklen_t.U>:
  3400.  
  3401. This symbol will be defined if the C compiler supports socklen_t.
  3402.  
  3403. =item C<d_sockpair>
  3404.  
  3405. From F<d_socket.U>:
  3406.  
  3407. This variable conditionally defines the C<HAS_SOCKETPAIR> symbol, which
  3408. indicates that the C<BSD> socketpair() is supported.
  3409.  
  3410. =item C<d_sqrtl>
  3411.  
  3412. From F<d_sqrtl.U>:
  3413.  
  3414. This variable conditionally defines the C<HAS_SQRTL> symbol, which
  3415. indicates to the C program that the sqrtl() routine is available.
  3416.  
  3417. =item C<d_statblks>
  3418.  
  3419. From F<d_statblks.U>:
  3420.  
  3421. This variable conditionally defines C<USE_STAT_BLOCKS>
  3422. if this system has a stat structure declaring
  3423. st_blksize and st_blocks.
  3424.  
  3425. =item C<d_statfs_f_flags>
  3426.  
  3427. From F<d_statfs_f_flags.U>:
  3428.  
  3429. This variable conditionally defines the C<HAS_STRUCT_STATFS_F_FLAGS>
  3430. symbol, which indicates to struct statfs from has f_flags member.
  3431. This kind of struct statfs is coming from F<sys/mount.h> (C<BSD>),
  3432. not from F<sys/statfs.h> (C<SYSV>).
  3433.  
  3434. =item C<d_statfs_s>
  3435.  
  3436. From F<d_statfs_s.U>:
  3437.  
  3438. This variable conditionally defines the C<HAS_STRUCT_STATFS> symbol,
  3439. which indicates that the struct statfs is supported.
  3440.  
  3441. =item C<d_statvfs>
  3442.  
  3443. From F<d_statvfs.U>:
  3444.  
  3445. This variable conditionally defines the C<HAS_STATVFS> symbol, which
  3446. indicates to the C program that the statvfs() routine is available.
  3447.  
  3448. =item C<d_stdio_cnt_lval>
  3449.  
  3450. From F<d_stdstdio.U>:
  3451.  
  3452. This variable conditionally defines C<STDIO_CNT_LVALUE> if the
  3453. C<FILE_cnt> macro can be used as an lvalue.
  3454.  
  3455. =item C<d_stdio_ptr_lval>
  3456.  
  3457. From F<d_stdstdio.U>:
  3458.  
  3459. This variable conditionally defines C<STDIO_PTR_LVALUE> if the
  3460. C<FILE_ptr> macro can be used as an lvalue.
  3461.  
  3462. =item C<d_stdio_stream_array>
  3463.  
  3464. From F<stdio_streams.U>:
  3465.  
  3466. This variable tells whether there is an array holding
  3467. the stdio streams.
  3468.  
  3469. =item C<d_stdiobase>
  3470.  
  3471. From F<d_stdstdio.U>:
  3472.  
  3473. This variable conditionally defines C<USE_STDIO_BASE> if this system
  3474. has a C<FILE> structure declaring a usable _base field (or equivalent)
  3475. in F<stdio.h>.
  3476.  
  3477. =item C<d_stdstdio>
  3478.  
  3479. From F<d_stdstdio.U>:
  3480.  
  3481. This variable conditionally defines C<USE_STDIO_PTR> if this system
  3482. has a C<FILE> structure declaring usable _ptr and _cnt fields (or
  3483. equivalent) in F<stdio.h>.
  3484.  
  3485. =item C<d_strchr>
  3486.  
  3487. From F<d_strchr.U>:
  3488.  
  3489. This variable conditionally defines C<HAS_STRCHR> if strchr() and
  3490. strrchr() are available for string searching.
  3491.  
  3492. =item C<d_strcoll>
  3493.  
  3494. From F<d_strcoll.U>:
  3495.  
  3496. This variable conditionally defines C<HAS_STRCOLL> if strcoll() is
  3497. available to compare strings using collating information.
  3498.  
  3499. =item C<d_strctcpy>
  3500.  
  3501. From F<d_strctcpy.U>:
  3502.  
  3503. This variable conditionally defines the C<USE_STRUCT_COPY> symbol, which
  3504. indicates to the C program that this C compiler knows how to copy
  3505. structures.
  3506.  
  3507. =item C<d_strerrm>
  3508.  
  3509. From F<d_strerror.U>:
  3510.  
  3511. This variable holds what Strerrr is defined as to translate an error
  3512. code condition into an error message string. It could be C<strerror>
  3513. or a more C<complex> macro emulating strrror with sys_errlist[], or the
  3514. C<unknown> string when both strerror and sys_errlist are missing.
  3515.  
  3516. =item C<d_strerror>
  3517.  
  3518. From F<d_strerror.U>:
  3519.  
  3520. This variable conditionally defines C<HAS_STRERROR> if strerror() is
  3521. available to translate error numbers to strings.
  3522.  
  3523. =item C<d_strtod>
  3524.  
  3525. From F<d_strtod.U>:
  3526.  
  3527. This variable conditionally defines the C<HAS_STRTOD> symbol, which
  3528. indicates to the C program that the strtod() routine is available
  3529. to provide better numeric string conversion than atof().
  3530.  
  3531. =item C<d_strtol>
  3532.  
  3533. From F<d_strtol.U>:
  3534.  
  3535. This variable conditionally defines the C<HAS_STRTOL> symbol, which
  3536. indicates to the C program that the strtol() routine is available
  3537. to provide better numeric string conversion than atoi() and friends.
  3538.  
  3539. =item C<d_strtold>
  3540.  
  3541. From F<d_strtold.U>:
  3542.  
  3543. This variable conditionally defines the C<HAS_STRTOLD> symbol, which
  3544. indicates to the C program that the strtold() routine is available.
  3545.  
  3546. =item C<d_strtoll>
  3547.  
  3548. From F<d_strtoll.U>:
  3549.  
  3550. This variable conditionally defines the C<HAS_STRTOLL> symbol, which
  3551. indicates to the C program that the strtoll() routine is available.
  3552.  
  3553. =item C<d_strtoul>
  3554.  
  3555. From F<d_strtoul.U>:
  3556.  
  3557. This variable conditionally defines the C<HAS_STRTOUL> symbol, which
  3558. indicates to the C program that the strtoul() routine is available
  3559. to provide conversion of strings to unsigned long.
  3560.  
  3561. =item C<d_strtoull>
  3562.  
  3563. From F<d_strtoull.U>:
  3564.  
  3565. This variable conditionally defines the C<HAS_STRTOULL> symbol, which
  3566. indicates to the C program that the strtoull() routine is available.
  3567.  
  3568. =item C<d_strtouq>
  3569.  
  3570. From F<d_strtouq.U>:
  3571.  
  3572. This variable conditionally defines the C<HAS_STRTOUQ> symbol, which
  3573. indicates to the C program that the strtouq() routine is available.
  3574.  
  3575. =item C<d_strxfrm>
  3576.  
  3577. From F<d_strxfrm.U>:
  3578.  
  3579. This variable conditionally defines C<HAS_STRXFRM> if strxfrm() is
  3580. available to transform strings.
  3581.  
  3582. =item C<d_suidsafe>
  3583.  
  3584. From F<d_dosuid.U>:
  3585.  
  3586. This variable conditionally defines C<SETUID_SCRIPTS_ARE_SECURE_NOW>
  3587. if setuid scripts can be secure.  This test looks in F</dev/fd/>.
  3588.  
  3589. =item C<d_symlink>
  3590.  
  3591. From F<d_symlink.U>:
  3592.  
  3593. This variable conditionally defines the C<HAS_SYMLINK> symbol, which
  3594. indicates to the C program that the symlink() routine is available
  3595. to create symbolic links.
  3596.  
  3597. =item C<d_syscall>
  3598.  
  3599. From F<d_syscall.U>:
  3600.  
  3601. This variable conditionally defines C<HAS_SYSCALL> if syscall() is
  3602. available call arbitrary system calls.
  3603.  
  3604. =item C<d_sysconf>
  3605.  
  3606. From F<d_sysconf.U>:
  3607.  
  3608. This variable conditionally defines the C<HAS_SYSCONF> symbol, which
  3609. indicates to the C program that the sysconf() routine is available
  3610. to determine system related limits and options.
  3611.  
  3612. =item C<d_sysernlst>
  3613.  
  3614. From F<d_strerror.U>:
  3615.  
  3616. This variable conditionally defines C<HAS_SYS_ERRNOLIST> if sys_errnolist[]
  3617. is available to translate error numbers to the symbolic name.
  3618.  
  3619. =item C<d_syserrlst>
  3620.  
  3621. From F<d_strerror.U>:
  3622.  
  3623. This variable conditionally defines C<HAS_SYS_ERRLIST> if sys_errlist[] is
  3624. available to translate error numbers to strings.
  3625.  
  3626. =item C<d_system>
  3627.  
  3628. From F<d_system.U>:
  3629.  
  3630. This variable conditionally defines C<HAS_SYSTEM> if system() is
  3631. available to issue a shell command.
  3632.  
  3633. =item C<d_tcgetpgrp>
  3634.  
  3635. From F<d_tcgtpgrp.U>:
  3636.  
  3637. This variable conditionally defines the C<HAS_TCGETPGRP> symbol, which
  3638. indicates to the C program that the tcgetpgrp() routine is available.
  3639. to get foreground process group C<ID>.
  3640.  
  3641. =item C<d_tcsetpgrp>
  3642.  
  3643. From F<d_tcstpgrp.U>:
  3644.  
  3645. This variable conditionally defines the C<HAS_TCSETPGRP> symbol, which
  3646. indicates to the C program that the tcsetpgrp() routine is available
  3647. to set foreground process group C<ID>.
  3648.  
  3649. =item C<d_telldir>
  3650.  
  3651. From F<d_readdir.U>:
  3652.  
  3653. This variable conditionally defines C<HAS_TELLDIR> if telldir() is
  3654. available.
  3655.  
  3656. =item C<d_telldirproto>
  3657.  
  3658. From F<d_telldirproto.U>:
  3659.  
  3660. This variable conditionally defines the C<HAS_TELLDIR_PROTO> symbol,
  3661. which indicates to the C program that the system provides
  3662. a prototype for the telldir() function.  Otherwise, it is
  3663. up to the program to supply one.
  3664.  
  3665. =item C<d_time>
  3666.  
  3667. From F<d_time.U>:
  3668.  
  3669. This variable conditionally defines the C<HAS_TIME> symbol, which indicates
  3670. that the time() routine exists.  The time() routine is normaly
  3671. provided on C<UNIX> systems.
  3672.  
  3673. =item C<d_times>
  3674.  
  3675. From F<d_times.U>:
  3676.  
  3677. This variable conditionally defines the C<HAS_TIMES> symbol, which indicates
  3678. that the times() routine exists.  The times() routine is normaly
  3679. provided on C<UNIX> systems. You may have to include <sys/times.h>.
  3680.  
  3681. =item C<d_truncate>
  3682.  
  3683. From F<d_truncate.U>:
  3684.  
  3685. This variable conditionally defines C<HAS_TRUNCATE> if truncate() is
  3686. available to truncate files.
  3687.  
  3688. =item C<d_tzname>
  3689.  
  3690. From F<d_tzname.U>:
  3691.  
  3692. This variable conditionally defines C<HAS_TZNAME> if tzname[] is
  3693. available to access timezone names.
  3694.  
  3695. =item C<d_umask>
  3696.  
  3697. From F<d_umask.U>:
  3698.  
  3699. This variable conditionally defines the C<HAS_UMASK> symbol, which
  3700. indicates to the C program that the umask() routine is available.
  3701. to set and get the value of the file creation mask.
  3702.  
  3703. =item C<d_uname>
  3704.  
  3705. From F<d_gethname.U>:
  3706.  
  3707. This variable conditionally defines the C<HAS_UNAME> symbol, which
  3708. indicates to the C program that the uname() routine may be
  3709. used to derive the host name.
  3710.  
  3711. =item C<d_union_semun>
  3712.  
  3713. From F<d_union_semun.U>:
  3714.  
  3715. This variable conditionally defines C<HAS_UNION_SEMUN> if the
  3716. union semun is defined by including <sys/sem.h>.
  3717.  
  3718. =item C<d_ustat>
  3719.  
  3720. From F<d_ustat.U>:
  3721.  
  3722. This variable conditionally defines C<HAS_USTAT> if ustat() is
  3723. available to query file system statistics by dev_t.
  3724.  
  3725. =item C<d_vendorarch>
  3726.  
  3727. From F<vendorarch.U>:
  3728.  
  3729. This variable conditionally defined C<PERL_VENDORARCH>.
  3730.  
  3731. =item C<d_vendorbin>
  3732.  
  3733. From F<vendorbin.U>:
  3734.  
  3735. This variable conditionally defines C<PERL_VENDORBIN>.
  3736.  
  3737. =item C<d_vendorlib>
  3738.  
  3739. From F<vendorlib.U>:
  3740.  
  3741. This variable conditionally defines C<PERL_VENDORLIB>.
  3742.  
  3743. =item C<d_vfork>
  3744.  
  3745. From F<d_vfork.U>:
  3746.  
  3747. This variable conditionally defines the C<HAS_VFORK> symbol, which
  3748. indicates the vfork() routine is available.
  3749.  
  3750. =item C<d_void_closedir>
  3751.  
  3752. From F<d_closedir.U>:
  3753.  
  3754. This variable conditionally defines C<VOID_CLOSEDIR> if closedir()
  3755. does not return a value.
  3756.  
  3757. =item C<d_voidsig>
  3758.  
  3759. From F<d_voidsig.U>:
  3760.  
  3761. This variable conditionally defines C<VOIDSIG> if this system
  3762. declares "void (*signal(...))()" in F<signal.h>.  The old way was to
  3763. declare it as "int (*signal(...))()".
  3764.  
  3765. =item C<d_voidtty>
  3766.  
  3767. From F<i_sysioctl.U>:
  3768.  
  3769. This variable conditionally defines C<USE_IOCNOTTY> to indicate that the
  3770. ioctl() call with C<TIOCNOTTY> should be used to void tty association.
  3771. Otherwise (on C<USG> probably), it is enough to close the standard file
  3772. decriptors and do a setpgrp().
  3773.  
  3774. =item C<d_volatile>
  3775.  
  3776. From F<d_volatile.U>:
  3777.  
  3778. This variable conditionally defines the C<HASVOLATILE> symbol, which
  3779. indicates to the C program that this C compiler knows about the
  3780. volatile declaration.
  3781.  
  3782. =item C<d_vprintf>
  3783.  
  3784. From F<d_vprintf.U>:
  3785.  
  3786. This variable conditionally defines the C<HAS_VPRINTF> symbol, which
  3787. indicates to the C program that the vprintf() routine is available
  3788. to printf with a pointer to an argument list.
  3789.  
  3790. =item C<d_wait4>
  3791.  
  3792. From F<d_wait4.U>:
  3793.  
  3794. This variable conditionally defines the HAS_WAIT4 symbol, which
  3795. indicates the wait4() routine is available.
  3796.  
  3797. =item C<d_waitpid>
  3798.  
  3799. From F<d_waitpid.U>:
  3800.  
  3801. This variable conditionally defines C<HAS_WAITPID> if waitpid() is
  3802. available to wait for child process.
  3803.  
  3804. =item C<d_wcstombs>
  3805.  
  3806. From F<d_wcstombs.U>:
  3807.  
  3808. This variable conditionally defines the C<HAS_WCSTOMBS> symbol, which
  3809. indicates to the C program that the wcstombs() routine is available
  3810. to convert wide character strings to multibyte strings.
  3811.  
  3812. =item C<d_wctomb>
  3813.  
  3814. From F<d_wctomb.U>:
  3815.  
  3816. This variable conditionally defines the C<HAS_WCTOMB> symbol, which
  3817. indicates to the C program that the wctomb() routine is available
  3818. to convert a wide character to a multibyte.
  3819.  
  3820. =item C<d_xenix>
  3821.  
  3822. From F<Guess.U>:
  3823.  
  3824. This variable conditionally defines the symbol C<XENIX>, which alerts
  3825. the C program that it runs under Xenix.
  3826.  
  3827. =item C<date>
  3828.  
  3829. From F<Loc.U>:
  3830.  
  3831. This variable is used internally by Configure to determine the
  3832. full pathname (if any) of the date program.  After Configure runs,
  3833. the value is reset to a plain C<date> and is not useful.
  3834.  
  3835. =item C<db_hashtype>
  3836.  
  3837. From F<i_db.U>:
  3838.  
  3839. This variable contains the type of the hash structure element
  3840. in the <db.h> header file.  In older versions of C<DB>, it was
  3841. int, while in newer ones it is u_int32_t.
  3842.  
  3843. =item C<db_prefixtype>
  3844.  
  3845. From F<i_db.U>:
  3846.  
  3847. This variable contains the type of the prefix structure element
  3848. in the <db.h> header file.  In older versions of C<DB>, it was
  3849. int, while in newer ones it is size_t.
  3850.  
  3851. =item C<defvoidused>
  3852.  
  3853. From F<voidflags.U>:
  3854.  
  3855. This variable contains the default value of the C<VOIDUSED> symbol (15).
  3856.  
  3857. =item C<direntrytype>
  3858.  
  3859. From F<i_dirent.U>:
  3860.  
  3861. This symbol is set to C<struct direct> or C<struct dirent> depending on
  3862. whether dirent is available or not. You should use this pseudo type to
  3863. portably declare your directory entries.
  3864.  
  3865. =item C<dlext>
  3866.  
  3867. From F<dlext.U>:
  3868.  
  3869. This variable contains the extension that is to be used for the
  3870. dynamically loaded modules that perl generaties.
  3871.  
  3872. =item C<dlsrc>
  3873.  
  3874. From F<dlsrc.U>:
  3875.  
  3876. This variable contains the name of the dynamic loading file that
  3877. will be used with the package.
  3878.  
  3879. =item C<doublesize>
  3880.  
  3881. From F<doublesize.U>:
  3882.  
  3883. This variable contains the value of the C<DOUBLESIZE> symbol, which
  3884. indicates to the C program how many bytes there are in a double.
  3885.  
  3886. =item C<drand01>
  3887.  
  3888. From F<randfunc.U>:
  3889.  
  3890. Indicates the macro to be used to generate normalized
  3891. random numbers.  Uses randfunc, often divided by
  3892. (double) (((unsigned long) 1 << randbits)) in order to
  3893. normalize the result.
  3894. In C programs, the macro C<Drand01> is mapped to drand01.
  3895.  
  3896. =item C<dynamic_ext>
  3897.  
  3898. From F<Extensions.U>:
  3899.  
  3900. This variable holds a list of C<XS> extension files we want to
  3901. link dynamically into the package.  It is used by Makefile.
  3902.  
  3903. =back
  3904.  
  3905. =head2 e
  3906.  
  3907. =over
  3908.  
  3909. =item C<eagain>
  3910.  
  3911. From F<nblock_io.U>:
  3912.  
  3913. This variable bears the symbolic errno code set by read() when no
  3914. data is present on the file and non-blocking F<I/O> was enabled (otherwise,
  3915. read() blocks naturally).
  3916.  
  3917. =item C<ebcdic>
  3918.  
  3919. From F<ebcdic.U>:
  3920.  
  3921. This variable conditionally defines C<EBCDIC> if this
  3922. system uses C<EBCDIC> encoding.  Among other things, this
  3923. means that the character ranges are not contiguous.
  3924. See F<trnl.U>
  3925.  
  3926. =item C<echo>
  3927.  
  3928. From F<Loc.U>:
  3929.  
  3930. This variable is used internally by Configure to determine the
  3931. full pathname (if any) of the echo program.  After Configure runs,
  3932. the value is reset to a plain C<echo> and is not useful.
  3933.  
  3934. =item C<egrep>
  3935.  
  3936. From F<Loc.U>:
  3937.  
  3938. This variable is used internally by Configure to determine the
  3939. full pathname (if any) of the egrep program.  After Configure runs,
  3940. the value is reset to a plain C<egrep> and is not useful.
  3941.  
  3942. =item C<emacs>
  3943.  
  3944. From F<Loc.U>:
  3945.  
  3946. This variable is defined but not used by Configure.
  3947. The value is a plain '' and is not useful.
  3948.  
  3949. =item C<eunicefix>
  3950.  
  3951. From F<Init.U>:
  3952.  
  3953. When running under Eunice this variable contains a command which will
  3954. convert a shell script to the proper form of text file for it to be
  3955. executable by the shell.  On other systems it is a no-op.
  3956.  
  3957. =item C<exe_ext>
  3958.  
  3959. From F<Unix.U>:
  3960.  
  3961. This is an old synonym for _exe.
  3962.  
  3963. =item C<expr>
  3964.  
  3965. From F<Loc.U>:
  3966.  
  3967. This variable is used internally by Configure to determine the
  3968. full pathname (if any) of the expr program.  After Configure runs,
  3969. the value is reset to a plain C<expr> and is not useful.
  3970.  
  3971. =item C<extensions>
  3972.  
  3973. From F<Extensions.U>:
  3974.  
  3975. This variable holds a list of all extension files (both C<XS> and
  3976. non-xs linked into the package.  It is propagated to F<Config.pm>
  3977. and is typically used to test whether a particular extesion 
  3978. is available.
  3979.  
  3980. =back
  3981.  
  3982. =head2 f
  3983.  
  3984. =over
  3985.  
  3986. =item C<fflushall>
  3987.  
  3988. From F<fflushall.U>:
  3989.  
  3990. This symbol, if defined, tells that to flush
  3991. all pending stdio output one must loop through all
  3992. the stdio file handles stored in an array and fflush them.
  3993. Note that if fflushNULL is defined, fflushall will not
  3994. even be probed for and will be left undefined.
  3995.  
  3996. =item C<fflushNULL>
  3997.  
  3998. From F<fflushall.U>:
  3999.  
  4000. This symbol, if defined, tells that fflush(C<NULL>) does flush
  4001. all pending stdio output.
  4002.  
  4003. =item C<find>
  4004.  
  4005. From F<Loc.U>:
  4006.  
  4007. This variable is defined but not used by Configure.
  4008. The value is a plain '' and is not useful.
  4009.  
  4010. =item C<firstmakefile>
  4011.  
  4012. From F<Unix.U>:
  4013.  
  4014. This variable defines the first file searched by make.  On unix,
  4015. it is makefile (then Makefile).  On case-insensitive systems,
  4016. it might be something else.  This is only used to deal with
  4017. convoluted make depend tricks.
  4018.  
  4019. =item C<flex>
  4020.  
  4021. From F<Loc.U>:
  4022.  
  4023. This variable is defined but not used by Configure.
  4024. The value is a plain '' and is not useful.
  4025.  
  4026. =item C<fpossize>
  4027.  
  4028. From F<fpossize.U>:
  4029.  
  4030. This variable contains the size of a fpostype in bytes.
  4031.  
  4032. =item C<fpostype>
  4033.  
  4034. From F<fpostype.U>:
  4035.  
  4036. This variable defines Fpos_t to be something like fpos_t, long, 
  4037. uint, or whatever type is used to declare file positions in libc.
  4038.  
  4039. =item C<freetype>
  4040.  
  4041. From F<mallocsrc.U>:
  4042.  
  4043. This variable contains the return type of free().  It is usually
  4044. void, but occasionally int.
  4045.  
  4046. =item C<full_ar>
  4047.  
  4048. From F<Loc_ar.U>:
  4049.  
  4050. This variable contains the full pathname to C<ar>, whether or
  4051. not the user has specified C<portability>.  This is only used
  4052. in the F<Makefile.SH>.
  4053.  
  4054. =item C<full_csh>
  4055.  
  4056. From F<d_csh.U>:
  4057.  
  4058. This variable contains the full pathname to C<csh>, whether or
  4059. not the user has specified C<portability>.  This is only used
  4060. in the compiled C program, and we assume that all systems which
  4061. can share this executable will have the same full pathname to
  4062. F<csh.>
  4063.  
  4064. =item C<full_sed>
  4065.  
  4066. From F<Loc_sed.U>:
  4067.  
  4068. This variable contains the full pathname to C<sed>, whether or
  4069. not the user has specified C<portability>.  This is only used
  4070. in the compiled C program, and we assume that all systems which
  4071. can share this executable will have the same full pathname to
  4072. F<sed.>
  4073.  
  4074. =back
  4075.  
  4076. =head2 g
  4077.  
  4078. =over
  4079.  
  4080. =item C<gccversion>
  4081.  
  4082. From F<cc.U>:
  4083.  
  4084. If C<GNU> cc (gcc) is used, this variable holds C<1> or C<2> to 
  4085. indicate whether the compiler is version 1 or 2.  This is used in
  4086. setting some of the default cflags.  It is set to '' if not gcc.
  4087.  
  4088. =item C<gidformat>
  4089.  
  4090. From F<gidf.U>:
  4091.  
  4092. This variable contains the format string used for printing a Gid_t.
  4093.  
  4094. =item C<gidsign>
  4095.  
  4096. From F<gidsign.U>:
  4097.  
  4098. This variable contains the signedness of a gidtype.
  4099. 1 for unsigned, -1 for signed.
  4100.  
  4101. =item C<gidsize>
  4102.  
  4103. From F<gidsize.U>:
  4104.  
  4105. This variable contains the size of a gidtype in bytes.
  4106.  
  4107. =item C<gidtype>
  4108.  
  4109. From F<gidtype.U>:
  4110.  
  4111. This variable defines Gid_t to be something like gid_t, int,
  4112. ushort, or whatever type is used to declare the return type
  4113. of getgid().  Typically, it is the type of group ids in the kernel.
  4114.  
  4115. =item C<glibpth>
  4116.  
  4117. From F<libpth.U>:
  4118.  
  4119. This variable holds the general path (space-separated) used to
  4120. find libraries.  It may contain directories that do not exist on
  4121. this platform, libpth is the cleaned-up version.
  4122.  
  4123. =item C<grep>
  4124.  
  4125. From F<Loc.U>:
  4126.  
  4127. This variable is used internally by Configure to determine the
  4128. full pathname (if any) of the grep program.  After Configure runs,
  4129. the value is reset to a plain C<grep> and is not useful.
  4130.  
  4131. =item C<groupcat>
  4132.  
  4133. From F<nis.U>:
  4134.  
  4135. This variable contains a command that produces the text of the
  4136. F</etc/group> file.  This is normally "cat F</etc/group>", but can be
  4137. "ypcat group" when C<NIS> is used.
  4138. On some systems, such as os390, there may be no equivalent
  4139. command, in which case this variable is unset.
  4140.  
  4141. =item C<groupstype>
  4142.  
  4143. From F<groupstype.U>:
  4144.  
  4145. This variable defines Groups_t to be something like gid_t, int, 
  4146. ushort, or whatever type is used for the second argument to
  4147. getgroups() and setgroups().  Usually, this is the same as
  4148. gidtype (gid_t), but sometimes it isn't.
  4149.  
  4150. =item C<gzip>
  4151.  
  4152. From F<Loc.U>:
  4153.  
  4154. This variable is used internally by Configure to determine the
  4155. full pathname (if any) of the gzip program.  After Configure runs,
  4156. the value is reset to a plain C<gzip> and is not useful.
  4157.  
  4158. =back
  4159.  
  4160. =head2 h
  4161.  
  4162. =over
  4163.  
  4164. =item C<h_fcntl>
  4165.  
  4166. From F<h_fcntl.U>:
  4167.  
  4168. This is variable gets set in various places to tell i_fcntl that
  4169. <fcntl.h> should be included.
  4170.  
  4171. =item C<h_sysfile>
  4172.  
  4173. From F<h_sysfile.U>:
  4174.  
  4175. This is variable gets set in various places to tell i_sys_file that
  4176. <sys/file.h> should be included.
  4177.  
  4178. =item C<hint>
  4179.  
  4180. From F<Oldconfig.U>:
  4181.  
  4182. Gives the type of hints used for previous answers. May be one of
  4183. C<default>, C<recommended> or C<previous>.
  4184.  
  4185. =item C<hostcat>
  4186.  
  4187. From F<nis.U>:
  4188.  
  4189. This variable contains a command that produces the text of the
  4190. F</etc/hosts> file.  This is normally "cat F</etc/hosts>", but can be
  4191. "ypcat hosts" when C<NIS> is used.
  4192. On some systems, such as os390, there may be no equivalent
  4193. command, in which case this variable is unset.
  4194.  
  4195. =item C<huge>
  4196.  
  4197. From F<models.U>:
  4198.  
  4199. This variable contains a flag which will tell the C compiler and loader
  4200. to produce a program running with a huge memory model.  If the
  4201. huge model is not supported, contains the flag to produce large
  4202. model programs.  It is up to the Makefile to use this.
  4203.  
  4204. =back
  4205.  
  4206. =head2 i
  4207.  
  4208. =over
  4209.  
  4210. =item C<i16size>
  4211.  
  4212. From F<perlxv.U>:
  4213.  
  4214. This variable is the size of an I16 in bytes.
  4215.  
  4216. =item C<i16type>
  4217.  
  4218. From F<perlxv.U>:
  4219.  
  4220. This variable contains the C type used for Perl's I16.
  4221.  
  4222. =item C<i32size>
  4223.  
  4224. From F<perlxv.U>:
  4225.  
  4226. This variable is the size of an I32 in bytes.
  4227.  
  4228. =item C<i32type>
  4229.  
  4230. From F<perlxv.U>:
  4231.  
  4232. This variable contains the C type used for Perl's I32.
  4233.  
  4234. =item C<i64size>
  4235.  
  4236. From F<perlxv.U>:
  4237.  
  4238. This variable is the size of an I64 in bytes.
  4239.  
  4240. =item C<i64type>
  4241.  
  4242. From F<perlxv.U>:
  4243.  
  4244. This variable contains the C type used for Perl's I64.
  4245.  
  4246. =item C<i8size>
  4247.  
  4248. From F<perlxv.U>:
  4249.  
  4250. This variable is the size of an I8 in bytes.
  4251.  
  4252. =item C<i8type>
  4253.  
  4254. From F<perlxv.U>:
  4255.  
  4256. This variable contains the C type used for Perl's I8.
  4257.  
  4258. =item C<i_arpainet>
  4259.  
  4260. From F<i_arpainet.U>:
  4261.  
  4262. This variable conditionally defines the C<I_ARPA_INET> symbol,
  4263. and indicates whether a C program should include <arpa/inet.h>.
  4264.  
  4265. =item C<i_bsdioctl>
  4266.  
  4267. From F<i_sysioctl.U>:
  4268.  
  4269. This variable conditionally defines the C<I_SYS_BSDIOCTL> symbol, which
  4270. indicates to the C program that <sys/bsdioctl.h> exists and should
  4271. be included.
  4272.  
  4273. =item C<i_db>
  4274.  
  4275. From F<i_db.U>:
  4276.  
  4277. This variable conditionally defines the C<I_DB> symbol, and indicates
  4278. whether a C program may include Berkeley's C<DB> include file <db.h>.
  4279.  
  4280. =item C<i_dbm>
  4281.  
  4282. From F<i_dbm.U>:
  4283.  
  4284. This variable conditionally defines the C<I_DBM> symbol, which
  4285. indicates to the C program that <dbm.h> exists and should
  4286. be included.
  4287.  
  4288. =item C<i_dirent>
  4289.  
  4290. From F<i_dirent.U>:
  4291.  
  4292. This variable conditionally defines C<I_DIRENT>, which indicates
  4293. to the C program that it should include <dirent.h>.
  4294.  
  4295. =item C<i_dld>
  4296.  
  4297. From F<i_dld.U>:
  4298.  
  4299. This variable conditionally defines the C<I_DLD> symbol, which
  4300. indicates to the C program that <dld.h> (C<GNU> dynamic loading)
  4301. exists and should be included.
  4302.  
  4303. =item C<i_dlfcn>
  4304.  
  4305. From F<i_dlfcn.U>:
  4306.  
  4307. This variable conditionally defines the C<I_DLFCN> symbol, which
  4308. indicates to the C program that <dlfcn.h> exists and should
  4309. be included.
  4310.  
  4311. =item C<i_fcntl>
  4312.  
  4313. From F<i_fcntl.U>:
  4314.  
  4315. This variable controls the value of C<I_FCNTL> (which tells
  4316. the C program to include <fcntl.h>).
  4317.  
  4318. =item C<i_float>
  4319.  
  4320. From F<i_float.U>:
  4321.  
  4322. This variable conditionally defines the C<I_FLOAT> symbol, and indicates
  4323. whether a C program may include <float.h> to get symbols like C<DBL_MAX>
  4324. or C<DBL_MIN>, F<i.e>. machine dependent floating point values.
  4325.  
  4326. =item C<i_gdbm>
  4327.  
  4328. From F<i_gdbm.U>:
  4329.  
  4330. This variable conditionally defines the C<I_GDBM> symbol, which
  4331. indicates to the C program that <gdbm.h> exists and should
  4332. be included.
  4333.  
  4334. =item C<i_grp>
  4335.  
  4336. From F<i_grp.U>:
  4337.  
  4338. This variable conditionally defines the C<I_GRP> symbol, and indicates
  4339. whether a C program should include <grp.h>.
  4340.  
  4341. =item C<i_iconv>
  4342.  
  4343. From F<i_iconv.U>:
  4344.  
  4345. This variable conditionally defines the C<I_ICONV> symbol, and indicates
  4346. whether a C program should include <iconv.h>.
  4347.  
  4348. =item C<i_ieeefp>
  4349.  
  4350. From F<i_ieeefp.U>:
  4351.  
  4352. This variable conditionally defines the C<I_IEEEFP> symbol, and indicates
  4353. whether a C program should include <ieeefp.h>.
  4354.  
  4355. =item C<i_inttypes>
  4356.  
  4357. From F<i_inttypes.U>:
  4358.  
  4359. This variable conditionally defines the C<I_INTTYPES> symbol,
  4360. and indicates whether a C program should include <inttypes.h>.
  4361.  
  4362. =item C<i_limits>
  4363.  
  4364. From F<i_limits.U>:
  4365.  
  4366. This variable conditionally defines the C<I_LIMITS> symbol, and indicates
  4367. whether a C program may include <limits.h> to get symbols like C<WORD_BIT>
  4368. and friends.
  4369.  
  4370. =item C<i_locale>
  4371.  
  4372. From F<i_locale.U>:
  4373.  
  4374. This variable conditionally defines the C<I_LOCALE> symbol,
  4375. and indicates whether a C program should include <locale.h>.
  4376.  
  4377. =item C<i_machcthr>
  4378.  
  4379. From F<i_machcthr.U>:
  4380.  
  4381. This variable conditionally defines the C<I_MACH_CTHREADS> symbol,
  4382. and indicates whether a C program should include <mach/cthreads.h>.
  4383.  
  4384. =item C<i_malloc>
  4385.  
  4386. From F<i_malloc.U>:
  4387.  
  4388. This variable conditionally defines the C<I_MALLOC> symbol, and indicates
  4389. whether a C program should include <malloc.h>.
  4390.  
  4391. =item C<i_math>
  4392.  
  4393. From F<i_math.U>:
  4394.  
  4395. This variable conditionally defines the C<I_MATH> symbol, and indicates
  4396. whether a C program may include <math.h>.
  4397.  
  4398. =item C<i_memory>
  4399.  
  4400. From F<i_memory.U>:
  4401.  
  4402. This variable conditionally defines the C<I_MEMORY> symbol, and indicates
  4403. whether a C program should include <memory.h>.
  4404.  
  4405. =item C<i_mntent>
  4406.  
  4407. From F<i_mntent.U>:
  4408.  
  4409. This variable conditionally defines the C<I_MNTENT> symbol, and indicates
  4410. whether a C program should include <mntent.h>.
  4411.  
  4412. =item C<i_ndbm>
  4413.  
  4414. From F<i_ndbm.U>:
  4415.  
  4416. This variable conditionally defines the C<I_NDBM> symbol, which
  4417. indicates to the C program that <ndbm.h> exists and should
  4418. be included.
  4419.  
  4420. =item C<i_netdb>
  4421.  
  4422. From F<i_netdb.U>:
  4423.  
  4424. This variable conditionally defines the C<I_NETDB> symbol, and indicates
  4425. whether a C program should include <netdb.h>.
  4426.  
  4427. =item C<i_neterrno>
  4428.  
  4429. From F<i_neterrno.U>:
  4430.  
  4431. This variable conditionally defines the C<I_NET_ERRNO> symbol, which
  4432. indicates to the C program that <net/errno.h> exists and should
  4433. be included.
  4434.  
  4435. =item C<i_netinettcp>
  4436.  
  4437. From F<i_netinettcp.U>:
  4438.  
  4439. This variable conditionally defines the C<I_NETINET_TCP> symbol,
  4440. and indicates whether a C program should include <netinet/tcp.h>.
  4441.  
  4442. =item C<i_niin>
  4443.  
  4444. From F<i_niin.U>:
  4445.  
  4446. This variable conditionally defines C<I_NETINET_IN>, which indicates
  4447. to the C program that it should include <netinet/in.h>. Otherwise,
  4448. you may try <sys/in.h>.
  4449.  
  4450. =item C<i_poll>
  4451.  
  4452. From F<i_poll.U>:
  4453.  
  4454. This variable conditionally defines the C<I_POLL> symbol, and indicates
  4455. whether a C program should include <poll.h>.
  4456.  
  4457. =item C<i_pthread>
  4458.  
  4459. From F<i_pthread.U>:
  4460.  
  4461. This variable conditionally defines the C<I_PTHREAD> symbol,
  4462. and indicates whether a C program should include <pthread.h>.
  4463.  
  4464. =item C<i_pwd>
  4465.  
  4466. From F<i_pwd.U>:
  4467.  
  4468. This variable conditionally defines C<I_PWD>, which indicates
  4469. to the C program that it should include <pwd.h>.
  4470.  
  4471. =item C<i_rpcsvcdbm>
  4472.  
  4473. From F<i_dbm.U>:
  4474.  
  4475. This variable conditionally defines the C<I_RPCSVC_DBM> symbol, which
  4476. indicates to the C program that <rpcsvc/dbm.h> exists and should
  4477. be included.  Some System V systems might need this instead of <dbm.h>.
  4478.  
  4479. =item C<i_sfio>
  4480.  
  4481. From F<i_sfio.U>:
  4482.  
  4483. This variable conditionally defines the C<I_SFIO> symbol,
  4484. and indicates whether a C program should include <sfio.h>.
  4485.  
  4486. =item C<i_sgtty>
  4487.  
  4488. From F<i_termio.U>:
  4489.  
  4490. This variable conditionally defines the C<I_SGTTY> symbol, which
  4491. indicates to the C program that it should include <sgtty.h> rather
  4492. than <termio.h>.
  4493.  
  4494. =item C<i_shadow>
  4495.  
  4496. From F<i_shadow.U>:
  4497.  
  4498. This variable conditionally defines the C<I_SHADOW> symbol, and indicates
  4499. whether a C program should include <shadow.h>.
  4500.  
  4501. =item C<i_socks>
  4502.  
  4503. From F<i_socks.U>:
  4504.  
  4505. This variable conditionally defines the C<I_SOCKS> symbol, and indicates
  4506. whether a C program should include <socks.h>.
  4507.  
  4508. =item C<i_stdarg>
  4509.  
  4510. From F<i_varhdr.U>:
  4511.  
  4512. This variable conditionally defines the C<I_STDARG> symbol, which
  4513. indicates to the C program that <stdarg.h> exists and should
  4514. be included.
  4515.  
  4516. =item C<i_stddef>
  4517.  
  4518. From F<i_stddef.U>:
  4519.  
  4520. This variable conditionally defines the C<I_STDDEF> symbol, which
  4521. indicates to the C program that <stddef.h> exists and should
  4522. be included.
  4523.  
  4524. =item C<i_stdlib>
  4525.  
  4526. From F<i_stdlib.U>:
  4527.  
  4528. This variable conditionally defines the C<I_STDLIB> symbol, which
  4529. indicates to the C program that <stdlib.h> exists and should
  4530. be included.
  4531.  
  4532. =item C<i_string>
  4533.  
  4534. From F<i_string.U>:
  4535.  
  4536. This variable conditionally defines the C<I_STRING> symbol, which
  4537. indicates that <string.h> should be included rather than <strings.h>.
  4538.  
  4539. =item C<i_sunmath>
  4540.  
  4541. From F<i_sunmath.U>:
  4542.  
  4543. This variable conditionally defines the C<I_SUNMATH> symbol, and indicates
  4544. whether a C program should include <sunmath.h>.
  4545.  
  4546. =item C<i_sysaccess>
  4547.  
  4548. From F<i_sysaccess.U>:
  4549.  
  4550. This variable conditionally defines the C<I_SYS_ACCESS> symbol,
  4551. and indicates whether a C program should include <sys/access.h>.
  4552.  
  4553. =item C<i_sysdir>
  4554.  
  4555. From F<i_sysdir.U>:
  4556.  
  4557. This variable conditionally defines the C<I_SYS_DIR> symbol, and indicates
  4558. whether a C program should include <sys/dir.h>.
  4559.  
  4560. =item C<i_sysfile>
  4561.  
  4562. From F<i_sysfile.U>:
  4563.  
  4564. This variable conditionally defines the C<I_SYS_FILE> symbol, and indicates
  4565. whether a C program should include <sys/file.h> to get C<R_OK> and friends.
  4566.  
  4567. =item C<i_sysfilio>
  4568.  
  4569. From F<i_sysioctl.U>:
  4570.  
  4571. This variable conditionally defines the C<I_SYS_FILIO> symbol, which
  4572. indicates to the C program that <sys/filio.h> exists and should
  4573. be included in preference to <sys/ioctl.h>.
  4574.  
  4575. =item C<i_sysin>
  4576.  
  4577. From F<i_niin.U>:
  4578.  
  4579. This variable conditionally defines C<I_SYS_IN>, which indicates
  4580. to the C program that it should include <sys/in.h> instead of
  4581. <netinet/in.h>.
  4582.  
  4583. =item C<i_sysioctl>
  4584.  
  4585. From F<i_sysioctl.U>:
  4586.  
  4587. This variable conditionally defines the C<I_SYS_IOCTL> symbol, which
  4588. indicates to the C program that <sys/ioctl.h> exists and should
  4589. be included.
  4590.  
  4591. =item C<i_syslog>
  4592.  
  4593. From F<i_syslog.U>:
  4594.  
  4595. This variable conditionally defines the C<I_SYSLOG> symbol,
  4596. and indicates whether a C program should include <syslog.h>.
  4597.  
  4598. =item C<i_sysmman>
  4599.  
  4600. From F<i_sysmman.U>:
  4601.  
  4602. This variable conditionally defines the C<I_SYS_MMAN> symbol, and
  4603. indicates whether a C program should include <sys/mman.h>.
  4604.  
  4605. =item C<i_sysmode>
  4606.  
  4607. From F<i_sysmode.U>:
  4608.  
  4609. This variable conditionally defines the C<I_SYSMODE> symbol,
  4610. and indicates whether a C program should include <sys/mode.h>.
  4611.  
  4612. =item C<i_sysmount>
  4613.  
  4614. From F<i_sysmount.U>:
  4615.  
  4616. This variable conditionally defines the C<I_SYSMOUNT> symbol,
  4617. and indicates whether a C program should include <sys/mount.h>.
  4618.  
  4619. =item C<i_sysndir>
  4620.  
  4621. From F<i_sysndir.U>:
  4622.  
  4623. This variable conditionally defines the C<I_SYS_NDIR> symbol, and indicates
  4624. whether a C program should include <sys/ndir.h>.
  4625.  
  4626. =item C<i_sysparam>
  4627.  
  4628. From F<i_sysparam.U>:
  4629.  
  4630. This variable conditionally defines the C<I_SYS_PARAM> symbol, and indicates
  4631. whether a C program should include <sys/param.h>.
  4632.  
  4633. =item C<i_sysresrc>
  4634.  
  4635. From F<i_sysresrc.U>:
  4636.  
  4637. This variable conditionally defines the C<I_SYS_RESOURCE> symbol,
  4638. and indicates whether a C program should include <sys/resource.h>.
  4639.  
  4640. =item C<i_syssecrt>
  4641.  
  4642. From F<i_syssecrt.U>:
  4643.  
  4644. This variable conditionally defines the C<I_SYS_SECURITY> symbol,
  4645. and indicates whether a C program should include <sys/security.h>.
  4646.  
  4647. =item C<i_sysselct>
  4648.  
  4649. From F<i_sysselct.U>:
  4650.  
  4651. This variable conditionally defines C<I_SYS_SELECT>, which indicates
  4652. to the C program that it should include <sys/select.h> in order to
  4653. get the definition of struct timeval.
  4654.  
  4655. =item C<i_syssockio>
  4656.  
  4657. From F<i_sysioctl.U>:
  4658.  
  4659. This variable conditionally defines C<I_SYS_SOCKIO> to indicate to the
  4660. C program that socket ioctl codes may be found in <sys/sockio.h>
  4661. instead of <sys/ioctl.h>.
  4662.  
  4663. =item C<i_sysstat>
  4664.  
  4665. From F<i_sysstat.U>:
  4666.  
  4667. This variable conditionally defines the C<I_SYS_STAT> symbol,
  4668. and indicates whether a C program should include <sys/stat.h>.
  4669.  
  4670. =item C<i_sysstatfs>
  4671.  
  4672. From F<i_sysstatfs.U>:
  4673.  
  4674. This variable conditionally defines the C<I_SYSSTATFS> symbol,
  4675. and indicates whether a C program should include <sys/statfs.h>.
  4676.  
  4677. =item C<i_sysstatvfs>
  4678.  
  4679. From F<i_sysstatvfs.U>:
  4680.  
  4681. This variable conditionally defines the C<I_SYSSTATVFS> symbol,
  4682. and indicates whether a C program should include <sys/statvfs.h>.
  4683.  
  4684. =item C<i_systime>
  4685.  
  4686. From F<i_time.U>:
  4687.  
  4688. This variable conditionally defines C<I_SYS_TIME>, which indicates
  4689. to the C program that it should include <sys/time.h>.
  4690.  
  4691. =item C<i_systimek>
  4692.  
  4693. From F<i_time.U>:
  4694.  
  4695. This variable conditionally defines C<I_SYS_TIME_KERNEL>, which
  4696. indicates to the C program that it should include <sys/time.h>
  4697. with C<KERNEL> defined.
  4698.  
  4699. =item C<i_systimes>
  4700.  
  4701. From F<i_systimes.U>:
  4702.  
  4703. This variable conditionally defines the C<I_SYS_TIMES> symbol, and indicates
  4704. whether a C program should include <sys/times.h>.
  4705.  
  4706. =item C<i_systypes>
  4707.  
  4708. From F<i_systypes.U>:
  4709.  
  4710. This variable conditionally defines the C<I_SYS_TYPES> symbol,
  4711. and indicates whether a C program should include <sys/types.h>.
  4712.  
  4713. =item C<i_sysuio>
  4714.  
  4715. From F<i_sysuio.U>:
  4716.  
  4717. This variable conditionally defines the C<I_SYSUIO> symbol, and indicates
  4718. whether a C program should include <sys/uio.h>.
  4719.  
  4720. =item C<i_sysun>
  4721.  
  4722. From F<i_sysun.U>:
  4723.  
  4724. This variable conditionally defines C<I_SYS_UN>, which indicates
  4725. to the C program that it should include <sys/un.h> to get C<UNIX>
  4726. domain socket definitions.
  4727.  
  4728. =item C<i_sysutsname>
  4729.  
  4730. From F<i_sysutsname.U>:
  4731.  
  4732. This variable conditionally defines the C<I_SYSUTSNAME> symbol,
  4733. and indicates whether a C program should include <sys/utsname.h>.
  4734.  
  4735. =item C<i_sysvfs>
  4736.  
  4737. From F<i_sysvfs.U>:
  4738.  
  4739. This variable conditionally defines the C<I_SYSVFS> symbol,
  4740. and indicates whether a C program should include <sys/vfs.h>.
  4741.  
  4742. =item C<i_syswait>
  4743.  
  4744. From F<i_syswait.U>:
  4745.  
  4746. This variable conditionally defines C<I_SYS_WAIT>, which indicates
  4747. to the C program that it should include <sys/wait.h>.
  4748.  
  4749. =item C<i_termio>
  4750.  
  4751. From F<i_termio.U>:
  4752.  
  4753. This variable conditionally defines the C<I_TERMIO> symbol, which
  4754. indicates to the C program that it should include <termio.h> rather
  4755. than <sgtty.h>.
  4756.  
  4757. =item C<i_termios>
  4758.  
  4759. From F<i_termio.U>:
  4760.  
  4761. This variable conditionally defines the C<I_TERMIOS> symbol, which
  4762. indicates to the C program that the C<POSIX> <termios.h> file is
  4763. to be included.
  4764.  
  4765. =item C<i_time>
  4766.  
  4767. From F<i_time.U>:
  4768.  
  4769. This variable conditionally defines C<I_TIME>, which indicates
  4770. to the C program that it should include <time.h>.
  4771.  
  4772. =item C<i_unistd>
  4773.  
  4774. From F<i_unistd.U>:
  4775.  
  4776. This variable conditionally defines the C<I_UNISTD> symbol, and indicates
  4777. whether a C program should include <unistd.h>.
  4778.  
  4779. =item C<i_ustat>
  4780.  
  4781. From F<i_ustat.U>:
  4782.  
  4783. This variable conditionally defines the C<I_USTAT> symbol, and indicates
  4784. whether a C program should include <ustat.h>.
  4785.  
  4786. =item C<i_utime>
  4787.  
  4788. From F<i_utime.U>:
  4789.  
  4790. This variable conditionally defines the C<I_UTIME> symbol, and indicates
  4791. whether a C program should include <utime.h>.
  4792.  
  4793. =item C<i_values>
  4794.  
  4795. From F<i_values.U>:
  4796.  
  4797. This variable conditionally defines the C<I_VALUES> symbol, and indicates
  4798. whether a C program may include <values.h> to get symbols like C<MAXLONG>
  4799. and friends.
  4800.  
  4801. =item C<i_varargs>
  4802.  
  4803. From F<i_varhdr.U>:
  4804.  
  4805. This variable conditionally defines C<I_VARARGS>, which indicates
  4806. to the C program that it should include <varargs.h>.
  4807.  
  4808. =item C<i_varhdr>
  4809.  
  4810. From F<i_varhdr.U>:
  4811.  
  4812. Contains the name of the header to be included to get va_dcl definition.
  4813. Typically one of F<varargs.h> or F<stdarg.h>.
  4814.  
  4815. =item C<i_vfork>
  4816.  
  4817. From F<i_vfork.U>:
  4818.  
  4819. This variable conditionally defines the C<I_VFORK> symbol, and indicates
  4820. whether a C program should include F<vfork.h>.
  4821.  
  4822. =item C<ignore_versioned_solibs>
  4823.  
  4824. From F<libs.U>:
  4825.  
  4826. This variable should be non-empty if non-versioned shared
  4827. libraries (F<libfoo.so.x.y>) are to be ignored (because they
  4828. cannot be linked against).
  4829.  
  4830. =item C<inc_version_list>
  4831.  
  4832. From F<inc_version_list.U>:
  4833.  
  4834. This variable specifies the list of subdirectories in over
  4835. which F<perl.c>:incpush() and F<lib/lib.pm> will automatically
  4836. search when adding directories to @C<INC>.  The elements in
  4837. the list are separated by spaces.  This is only useful
  4838. if you have a perl library directory tree structured like the
  4839. default one.  See C<INSTALL> for how this works.  The versioned
  4840. site_perl directory was introduced in 5.005, so that is the
  4841. lowest possible value.
  4842.  
  4843. =item C<inc_version_list_init>
  4844.  
  4845. From F<inc_version_list.U>:
  4846.  
  4847. This variable holds the same list as inc_version_list, but
  4848. each item is enclosed in double quotes and separated by commas, 
  4849. suitable for use in the C<PERL_INC_VERSION_LIST> initialization.
  4850.  
  4851. =item C<incpath>
  4852.  
  4853. From F<usrinc.U>:
  4854.  
  4855. This variable must preceed the normal include path to get hte
  4856. right one, as in F<$F<incpath/usr/include>> or F<$F<incpath/usr/lib>>.
  4857. Value can be "" or F</bsd43> on mips.
  4858.  
  4859. =item C<inews>
  4860.  
  4861. From F<Loc.U>:
  4862.  
  4863. This variable is defined but not used by Configure.
  4864. The value is a plain '' and is not useful.
  4865.  
  4866. =item C<installarchlib>
  4867.  
  4868. From F<archlib.U>:
  4869.  
  4870. This variable is really the same as archlibexp but may differ on
  4871. those systems using C<AFS>. For extra portability, only this variable
  4872. should be used in makefiles.
  4873.  
  4874. =item C<installbin>
  4875.  
  4876. From F<bin.U>:
  4877.  
  4878. This variable is the same as binexp unless C<AFS> is running in which case
  4879. the user is explicitely prompted for it. This variable should always
  4880. be used in your makefiles for maximum portability.
  4881.  
  4882. =item C<installman1dir>
  4883.  
  4884. From F<man1dir.U>:
  4885.  
  4886. This variable is really the same as man1direxp, unless you are using
  4887. C<AFS> in which case it points to the F<read/write> location whereas
  4888. man1direxp only points to the read-only access location. For extra
  4889. portability, you should only use this variable within your makefiles.
  4890.  
  4891. =item C<installman3dir>
  4892.  
  4893. From F<man3dir.U>:
  4894.  
  4895. This variable is really the same as man3direxp, unless you are using
  4896. C<AFS> in which case it points to the F<read/write> location whereas
  4897. man3direxp only points to the read-only access location. For extra
  4898. portability, you should only use this variable within your makefiles.
  4899.  
  4900. =item C<installprefix>
  4901.  
  4902. From F<installprefix.U>:
  4903.  
  4904. This variable holds the name of the directory below which 
  4905. "make install" will install the package.  For most users, this
  4906. is the same as prefix.  However, it is useful for
  4907. installing the software into a different (usually temporary)
  4908. location after which it can be bundled up and moved somehow
  4909. to the final location specified by prefix.
  4910.  
  4911. =item C<installprefixexp>
  4912.  
  4913. From F<installprefix.U>:
  4914.  
  4915. This variable holds the full absolute path of installprefix
  4916. with all F<~>-expansion done.
  4917.  
  4918. =item C<installprivlib>
  4919.  
  4920. From F<privlib.U>:
  4921.  
  4922. This variable is really the same as privlibexp but may differ on
  4923. those systems using C<AFS>. For extra portability, only this variable
  4924. should be used in makefiles.
  4925.  
  4926. =item C<installscript>
  4927.  
  4928. From F<scriptdir.U>:
  4929.  
  4930. This variable is usually the same as scriptdirexp, unless you are on
  4931. a system running C<AFS>, in which case they may differ slightly. You
  4932. should always use this variable within your makefiles for portability.
  4933.  
  4934. =item C<installsitearch>
  4935.  
  4936. From F<sitearch.U>:
  4937.  
  4938. This variable is really the same as sitearchexp but may differ on
  4939. those systems using C<AFS>. For extra portability, only this variable
  4940. should be used in makefiles.
  4941.  
  4942. =item C<installsitebin>
  4943.  
  4944. From F<sitebin.U>:
  4945.  
  4946. This variable is usually the same as sitebinexp, unless you are on
  4947. a system running C<AFS>, in which case they may differ slightly. You
  4948. should always use this variable within your makefiles for portability.
  4949.  
  4950. =item C<installsitelib>
  4951.  
  4952. From F<sitelib.U>:
  4953.  
  4954. This variable is really the same as sitelibexp but may differ on
  4955. those systems using C<AFS>. For extra portability, only this variable
  4956. should be used in makefiles.
  4957.  
  4958. =item C<installstyle>
  4959.  
  4960. From F<installstyle.U>:
  4961.  
  4962. This variable describes the C<style> of the perl installation.
  4963. This is intended to be useful for tools that need to
  4964. manipulate entire perl distributions.  Perl itself doesn't use
  4965. this to find its libraries -- the library directories are
  4966. stored directly in F<Config.pm>.  Currently, there are only two
  4967. styles:  C<lib> and F<lib/perl5>.  The default library locations
  4968. (e.g. privlib, sitelib) are either $F<prefix/lib> or
  4969. $F<prefix/lib/perl5>.  The former is useful if $prefix is a
  4970. directory dedicated to perl (e.g. F</opt/perl>), while the latter
  4971. is useful if $prefix is shared by many packages, e.g. if
  4972. $prefix=F</usr/local>.
  4973.  
  4974.     This may later be extended to include other information, so
  4975.  
  4976.     be careful with pattern-matching on the results.
  4977.  
  4978.     For compatibility with F<perl5.005> and earlier, the default
  4979.  
  4980.     setting is based on whether or not $prefix contains the string
  4981. C<perl>.
  4982.  
  4983. =item C<installusrbinperl>
  4984.  
  4985. From F<instubperl.U>:
  4986.  
  4987. This variable tells whether Perl should be installed also as
  4988. F</usr/bin/perl> in addition to
  4989. $F<installbin/perl>
  4990.  
  4991. =item C<installvendorarch>
  4992.  
  4993. From F<vendorarch.U>:
  4994.  
  4995. This variable is really the same as vendorarchexp but may differ on
  4996. those systems using C<AFS>. For extra portability, only this variable
  4997. should be used in makefiles.
  4998.  
  4999. =item C<installvendorbin>
  5000.  
  5001. From F<vendorbin.U>:
  5002.  
  5003. This variable is really the same as vendorbinexp but may differ on
  5004. those systems using C<AFS>. For extra portability, only this variable
  5005. should be used in makefiles.
  5006.  
  5007. =item C<installvendorlib>
  5008.  
  5009. From F<vendorlib.U>:
  5010.  
  5011. This variable is really the same as vendorlibexp but may differ on
  5012. those systems using C<AFS>. For extra portability, only this variable
  5013. should be used in makefiles.
  5014.  
  5015. =item C<intsize>
  5016.  
  5017. From F<intsize.U>:
  5018.  
  5019. This variable contains the value of the C<INTSIZE> symbol, which
  5020. indicates to the C program how many bytes there are in an int.
  5021.  
  5022. =item C<ivdformat>
  5023.  
  5024. From F<perlxvf.U>:
  5025.  
  5026. This variable contains the format string used for printing
  5027. a Perl C<IV> as a signed decimal integer. 
  5028.  
  5029. =item C<ivsize>
  5030.  
  5031. From F<perlxv.U>:
  5032.  
  5033. This variable is the size of an C<IV> in bytes.
  5034.  
  5035. =item C<ivtype>
  5036.  
  5037. From F<perlxv.U>:
  5038.  
  5039. This variable contains the C type used for Perl's C<IV>.
  5040.  
  5041. =back
  5042.  
  5043. =head2 k
  5044.  
  5045. =over
  5046.  
  5047. =item C<known_extensions>
  5048.  
  5049. From F<Extensions.U>:
  5050.  
  5051. This variable holds a list of all C<XS> extensions included in 
  5052. the package.
  5053.  
  5054. =item C<ksh>
  5055.  
  5056. From F<Loc.U>:
  5057.  
  5058. This variable is defined but not used by Configure.
  5059. The value is a plain '' and is not useful.
  5060.  
  5061. =back
  5062.  
  5063. =head2 l
  5064.  
  5065. =over
  5066.  
  5067. =item C<large>
  5068.  
  5069. From F<models.U>:
  5070.  
  5071. This variable contains a flag which will tell the C compiler and loader
  5072. to produce a program running with a large memory model.  It is up to
  5073. the Makefile to use this.
  5074.  
  5075. =item C<ld>
  5076.  
  5077. From F<dlsrc.U>:
  5078.  
  5079. This variable indicates the program to be used to link
  5080. libraries for dynamic loading.  On some systems, it is C<ld>.
  5081. On C<ELF> systems, it should be $cc.  Mostly, we'll try to respect
  5082. the hint file setting.
  5083.  
  5084. =item C<lddlflags>
  5085.  
  5086. From F<dlsrc.U>:
  5087.  
  5088. This variable contains any special flags that might need to be
  5089. passed to $ld to create a shared library suitable for dynamic
  5090. loading.  It is up to the makefile to use it.  For hpux, it
  5091. should be C<-b>.  For sunos 4.1, it is empty.
  5092.  
  5093. =item C<ldflags>
  5094.  
  5095. From F<ccflags.U>:
  5096.  
  5097. This variable contains any additional C loader flags desired by
  5098. the user.  It is up to the Makefile to use this.
  5099.  
  5100. =item C<ldlibpthname>
  5101.  
  5102. From F<libperl.U>:
  5103.  
  5104. This variable holds the name of the shared library
  5105. search path, often C<LD_LIBRARY_PATH>.  To get an empty
  5106. string, the hints file must set this to C<none>.
  5107.  
  5108. =item C<less>
  5109.  
  5110. From F<Loc.U>:
  5111.  
  5112. This variable is used internally by Configure to determine the
  5113. full pathname (if any) of the less program.  After Configure runs,
  5114. the value is reset to a plain C<less> and is not useful.
  5115.  
  5116. =item C<lib_ext>
  5117.  
  5118. From F<Unix.U>:
  5119.  
  5120. This is an old synonym for _a.
  5121.  
  5122. =item C<libc>
  5123.  
  5124. From F<libc.U>:
  5125.  
  5126. This variable contains the location of the C library.
  5127.  
  5128. =item C<libperl>
  5129.  
  5130. From F<libperl.U>:
  5131.  
  5132. The perl executable is obtained by linking F<perlmain.c> with
  5133. libperl, any static extensions (usually just DynaLoader),
  5134. and any other libraries needed on this system.  libperl
  5135. is usually F<libperl.a>, but can also be F<libperl.so.xxx> if
  5136. the user wishes to build a perl executable with a shared
  5137. library.
  5138.  
  5139. =item C<libpth>
  5140.  
  5141. From F<libpth.U>:
  5142.  
  5143. This variable holds the general path (space-separated) used to find
  5144. libraries. It is intended to be used by other units.
  5145.  
  5146. =item C<libs>
  5147.  
  5148. From F<libs.U>:
  5149.  
  5150. This variable holds the additional libraries we want to use.
  5151. It is up to the Makefile to deal with it.
  5152.  
  5153. =item C<libsdirs>
  5154.  
  5155. From F<libs.U>:
  5156.  
  5157. This variable holds the directory names aka dirnames of the libraries
  5158. we found and accepted, duplicates are removed.
  5159.  
  5160. =item C<libsfiles>
  5161.  
  5162. From F<libs.U>:
  5163.  
  5164. This variable holds the filenames aka basenames of the libraries
  5165. we found and accepted.
  5166.  
  5167. =item C<libsfound>
  5168.  
  5169. From F<libs.U>:
  5170.  
  5171. This variable holds the full pathnames of the libraries
  5172. we found and accepted.
  5173.  
  5174. =item C<libspath>
  5175.  
  5176. From F<libs.U>:
  5177.  
  5178. This variable holds the directory names probed for libraries.
  5179.  
  5180. =item C<libswanted>
  5181.  
  5182. From F<Myinit.U>:
  5183.  
  5184. This variable holds a list of all the libraries we want to
  5185. search.  The order is chosen to pick up the c library
  5186. ahead of ucb or bsd libraries for SVR4.
  5187.  
  5188. =item C<line>
  5189.  
  5190. From F<Loc.U>:
  5191.  
  5192. This variable is defined but not used by Configure.
  5193. The value is a plain '' and is not useful.
  5194.  
  5195. =item C<lint>
  5196.  
  5197. From F<Loc.U>:
  5198.  
  5199. This variable is defined but not used by Configure.
  5200. The value is a plain '' and is not useful.
  5201.  
  5202. =item C<lkflags>
  5203.  
  5204. From F<ccflags.U>:
  5205.  
  5206. This variable contains any additional C partial linker flags desired by
  5207. the user.  It is up to the Makefile to use this.
  5208.  
  5209. =item C<ln>
  5210.  
  5211. From F<Loc.U>:
  5212.  
  5213. This variable is used internally by Configure to determine the
  5214. full pathname (if any) of the ln program.  After Configure runs,
  5215. the value is reset to a plain C<ln> and is not useful.
  5216.  
  5217. =item C<lns>
  5218.  
  5219. From F<lns.U>:
  5220.  
  5221. This variable holds the name of the command to make 
  5222. symbolic links (if they are supported).  It can be used
  5223. in the Makefile. It is either C<ln -s> or C<ln>
  5224.  
  5225. =item C<locincpth>
  5226.  
  5227. From F<ccflags.U>:
  5228.  
  5229. This variable contains a list of additional directories to be
  5230. searched by the compiler.  The appropriate C<-I> directives will
  5231. be added to ccflags.  This is intended to simplify setting
  5232. local directories from the Configure command line.
  5233. It's not much, but it parallels the loclibpth stuff in F<libpth.U>.
  5234.  
  5235. =item C<loclibpth>
  5236.  
  5237. From F<libpth.U>:
  5238.  
  5239. This variable holds the paths (space-separated) used to find local
  5240. libraries.  It is prepended to libpth, and is intended to be easily
  5241. set from the command line.
  5242.  
  5243. =item C<longdblsize>
  5244.  
  5245. From F<d_longdbl.U>:
  5246.  
  5247. This variable contains the value of the C<LONG_DOUBLESIZE> symbol, which
  5248. indicates to the C program how many bytes there are in a long double,
  5249. if this system supports long doubles.
  5250.  
  5251. =item C<longlongsize>
  5252.  
  5253. From F<d_longlong.U>:
  5254.  
  5255. This variable contains the value of the C<LONGLONGSIZE> symbol, which
  5256. indicates to the C program how many bytes there are in a long long,
  5257. if this system supports long long.
  5258.  
  5259. =item C<longsize>
  5260.  
  5261. From F<intsize.U>:
  5262.  
  5263. This variable contains the value of the C<LONGSIZE> symbol, which
  5264. indicates to the C program how many bytes there are in a long.
  5265.  
  5266. =item C<lp>
  5267.  
  5268. From F<Loc.U>:
  5269.  
  5270. This variable is defined but not used by Configure.
  5271. The value is a plain '' and is not useful.
  5272.  
  5273. =item C<lpr>
  5274.  
  5275. From F<Loc.U>:
  5276.  
  5277. This variable is defined but not used by Configure.
  5278. The value is a plain '' and is not useful.
  5279.  
  5280. =item C<ls>
  5281.  
  5282. From F<Loc.U>:
  5283.  
  5284. This variable is used internally by Configure to determine the
  5285. full pathname (if any) of the ls program.  After Configure runs,
  5286. the value is reset to a plain C<ls> and is not useful.
  5287.  
  5288. =item C<lseeksize>
  5289.  
  5290. From F<lseektype.U>:
  5291.  
  5292. This variable defines lseektype to be something like off_t, long, 
  5293. or whatever type is used to declare lseek offset's type in the
  5294. kernel (which also appears to be lseek's return type).
  5295.  
  5296. =item C<lseektype>
  5297.  
  5298. From F<lseektype.U>:
  5299.  
  5300. This variable defines lseektype to be something like off_t, long, 
  5301. or whatever type is used to declare lseek offset's type in the
  5302. kernel (which also appears to be lseek's return type).
  5303.  
  5304. =back
  5305.  
  5306. =head2 m
  5307.  
  5308. =over
  5309.  
  5310. =item C<mail>
  5311.  
  5312. From F<Loc.U>:
  5313.  
  5314. This variable is defined but not used by Configure.
  5315. The value is a plain '' and is not useful.
  5316.  
  5317. =item C<mailx>
  5318.  
  5319. From F<Loc.U>:
  5320.  
  5321. This variable is defined but not used by Configure.
  5322. The value is a plain '' and is not useful.
  5323.  
  5324. =item C<make>
  5325.  
  5326. From F<Loc.U>:
  5327.  
  5328. This variable is used internally by Configure to determine the
  5329. full pathname (if any) of the make program.  After Configure runs,
  5330. the value is reset to a plain C<make> and is not useful.
  5331.  
  5332. =item C<make_set_make>
  5333.  
  5334. From F<make.U>:
  5335.  
  5336. Some versions of C<make> set the variable C<MAKE>.  Others do not.
  5337. This variable contains the string to be included in F<Makefile.SH>
  5338. so that C<MAKE> is set if needed, and not if not needed.
  5339. Possible values are:
  5340. make_set_make=C<#>        # If your make program handles this for you,
  5341. make_set_make=C<MAKE=$make>    # if it doesn't.
  5342. I used a comment character so that we can distinguish a
  5343. C<set> value (from a previous F<config.sh> or Configure C<-D> option)
  5344. from an uncomputed value.
  5345.  
  5346. =item C<mallocobj>
  5347.  
  5348. From F<mallocsrc.U>:
  5349.  
  5350. This variable contains the name of the F<malloc.o> that this package
  5351. generates, if that F<malloc.o> is preferred over the system malloc.
  5352. Otherwise the value is null.  This variable is intended for generating
  5353. Makefiles.  See mallocsrc.
  5354.  
  5355. =item C<mallocsrc>
  5356.  
  5357. From F<mallocsrc.U>:
  5358.  
  5359. This variable contains the name of the F<malloc.c> that comes with
  5360. the package, if that F<malloc.c> is preferred over the system malloc.
  5361. Otherwise the value is null.  This variable is intended for generating
  5362. Makefiles.
  5363.  
  5364. =item C<malloctype>
  5365.  
  5366. From F<mallocsrc.U>:
  5367.  
  5368. This variable contains the kind of ptr returned by malloc and realloc.
  5369.  
  5370. =item C<man1dir>
  5371.  
  5372. From F<man1dir.U>:
  5373.  
  5374. This variable contains the name of the directory in which manual
  5375. source pages are to be put.  It is the responsibility of the
  5376. F<Makefile.SH> to get the value of this into the proper command.
  5377. You must be prepared to do the F<~name> expansion yourself.
  5378.  
  5379. =item C<man1direxp>
  5380.  
  5381. From F<man1dir.U>:
  5382.  
  5383. This variable is the same as the man1dir variable, but is filename
  5384. expanded at configuration time, for convenient use in makefiles.
  5385.  
  5386. =item C<man1ext>
  5387.  
  5388. From F<man1dir.U>:
  5389.  
  5390. This variable contains the extension that the manual page should
  5391. have: one of C<n>, C<l>, or C<1>.  The Makefile must supply the F<.>.
  5392. See man1dir.
  5393.  
  5394. =item C<man3dir>
  5395.  
  5396. From F<man3dir.U>:
  5397.  
  5398. This variable contains the name of the directory in which manual
  5399. source pages are to be put.  It is the responsibility of the
  5400. F<Makefile.SH> to get the value of this into the proper command.
  5401. You must be prepared to do the F<~name> expansion yourself.
  5402.  
  5403. =item C<man3direxp>
  5404.  
  5405. From F<man3dir.U>:
  5406.  
  5407. This variable is the same as the man3dir variable, but is filename
  5408. expanded at configuration time, for convenient use in makefiles.
  5409.  
  5410. =item C<man3ext>
  5411.  
  5412. From F<man3dir.U>:
  5413.  
  5414. This variable contains the extension that the manual page should
  5415. have: one of C<n>, C<l>, or C<3>.  The Makefile must supply the F<.>.
  5416. See man3dir.
  5417.  
  5418. =back
  5419.  
  5420. =head2 M
  5421.  
  5422. =over
  5423.  
  5424. =item C<Mcc>
  5425.  
  5426. From F<Loc.U>:
  5427.  
  5428. This variable is used internally by Configure to determine the
  5429. full pathname (if any) of the Mcc program.  After Configure runs,
  5430. the value is reset to a plain C<Mcc> and is not useful.
  5431.  
  5432. =item C<medium>
  5433.  
  5434. From F<models.U>:
  5435.  
  5436. This variable contains a flag which will tell the C compiler and loader
  5437. to produce a program running with a medium memory model.  If the
  5438. medium model is not supported, contains the flag to produce large
  5439. model programs.  It is up to the Makefile to use this.
  5440.  
  5441. =item C<mips_type>
  5442.  
  5443. From F<usrinc.U>:
  5444.  
  5445. This variable holds the environment type for the mips system.
  5446. Possible values are "BSD 4.3" and "System V".
  5447.  
  5448. =item C<mkdir>
  5449.  
  5450. From F<Loc.U>:
  5451.  
  5452. This variable is used internally by Configure to determine the
  5453. full pathname (if any) of the mkdir program.  After Configure runs,
  5454. the value is reset to a plain C<mkdir> and is not useful.
  5455.  
  5456. =item C<mmaptype>
  5457.  
  5458. From F<d_mmap.U>:
  5459.  
  5460. This symbol contains the type of pointer returned by mmap()
  5461. (and simultaneously the type of the first argument).
  5462. It can be C<void *> or C<caddr_t>.
  5463.  
  5464. =item C<models>
  5465.  
  5466. From F<models.U>:
  5467.  
  5468. This variable contains the list of memory models supported by this
  5469. system.  Possible component values are none, split, unsplit, small,
  5470. medium, large, and huge.  The component values are space separated.
  5471.  
  5472. =item C<modetype>
  5473.  
  5474. From F<modetype.U>:
  5475.  
  5476. This variable defines modetype to be something like mode_t, 
  5477. int, unsigned short, or whatever type is used to declare file 
  5478. modes for system calls.
  5479.  
  5480. =item C<more>
  5481.  
  5482. From F<Loc.U>:
  5483.  
  5484. This variable is used internally by Configure to determine the
  5485. full pathname (if any) of the more program.  After Configure runs,
  5486. the value is reset to a plain C<more> and is not useful.
  5487.  
  5488. =item C<multiarch>
  5489.  
  5490. From F<multiarch.U>:
  5491.  
  5492. This variable conditionally defines the C<MULTIARCH> symbol
  5493. which signifies the presence of multiplatform files.
  5494. This is normally set by hints files.
  5495.  
  5496. =item C<mv>
  5497.  
  5498. From F<Loc.U>:
  5499.  
  5500. This variable is defined but not used by Configure.
  5501. The value is a plain '' and is not useful.
  5502.  
  5503. =item C<myarchname>
  5504.  
  5505. From F<archname.U>:
  5506.  
  5507. This variable holds the architecture name computed by Configure in
  5508. a previous run. It is not intended to be perused by any user and
  5509. should never be set in a hint file.
  5510.  
  5511. =item C<mydomain>
  5512.  
  5513. From F<myhostname.U>:
  5514.  
  5515. This variable contains the eventual value of the C<MYDOMAIN> symbol,
  5516. which is the domain of the host the program is going to run on.
  5517. The domain must be appended to myhostname to form a complete host name.
  5518. The dot comes with mydomain, and need not be supplied by the program.
  5519.  
  5520. =item C<myhostname>
  5521.  
  5522. From F<myhostname.U>:
  5523.  
  5524. This variable contains the eventual value of the C<MYHOSTNAME> symbol,
  5525. which is the name of the host the program is going to run on.
  5526. The domain is not kept with hostname, but must be gotten from mydomain.
  5527. The dot comes with mydomain, and need not be supplied by the program.
  5528.  
  5529. =item C<myuname>
  5530.  
  5531. From F<Oldconfig.U>:
  5532.  
  5533. The output of C<uname -a> if available, otherwise the hostname. On Xenix,
  5534. pseudo variables assignments in the output are stripped, thank you. The
  5535. whole thing is then lower-cased.
  5536.  
  5537. =back
  5538.  
  5539. =head2 n
  5540.  
  5541. =over
  5542.  
  5543. =item C<n>
  5544.  
  5545. From F<n.U>:
  5546.  
  5547. This variable contains the C<-n> flag if that is what causes the echo
  5548. command to suppress newline.  Otherwise it is null.  Correct usage is
  5549. $echo $n "prompt for a question: $c".
  5550.  
  5551. =item C<netdb_hlen_type>
  5552.  
  5553. From F<netdbtype.U>:
  5554.  
  5555. This variable holds the type used for the 2nd argument to
  5556. gethostbyaddr().  Usually, this is int or size_t or unsigned.
  5557. This is only useful if you have gethostbyaddr(), naturally.
  5558.  
  5559. =item C<netdb_host_type>
  5560.  
  5561. From F<netdbtype.U>:
  5562.  
  5563. This variable holds the type used for the 1st argument to
  5564. gethostbyaddr().  Usually, this is char * or void *,  possibly
  5565. with or without a const prefix.
  5566. This is only useful if you have gethostbyaddr(), naturally.
  5567.  
  5568. =item C<netdb_name_type>
  5569.  
  5570. From F<netdbtype.U>:
  5571.  
  5572. This variable holds the type used for the argument to
  5573. gethostbyname().  Usually, this is char * or const char *.
  5574. This is only useful if you have gethostbyname(), naturally.
  5575.  
  5576. =item C<netdb_net_type>
  5577.  
  5578. From F<netdbtype.U>:
  5579.  
  5580. This variable holds the type used for the 1st argument to
  5581. getnetbyaddr().  Usually, this is int or long.
  5582. This is only useful if you have getnetbyaddr(), naturally.
  5583.  
  5584. =item C<nm>
  5585.  
  5586. From F<Loc.U>:
  5587.  
  5588. This variable is used internally by Configure to determine the
  5589. full pathname (if any) of the nm program.  After Configure runs,
  5590. the value is reset to a plain C<nm> and is not useful.
  5591.  
  5592. =item C<nm_opt>
  5593.  
  5594. From F<usenm.U>:
  5595.  
  5596. This variable holds the options that may be necessary for nm.
  5597.  
  5598. =item C<nm_so_opt>
  5599.  
  5600. From F<usenm.U>:
  5601.  
  5602. This variable holds the options that may be necessary for nm
  5603. to work on a shared library but that can not be used on an
  5604. archive library.  Currently, this is only used by Linux, where
  5605. nm --dynamic is *required* to get symbols from an C<ELF> library which
  5606. has been stripped, but nm --dynamic is *fatal* on an archive library.
  5607. Maybe Linux should just always set usenm=false.
  5608.  
  5609. =item C<nonxs_ext>
  5610.  
  5611. From F<Extensions.U>:
  5612.  
  5613. This variable holds a list of all non-xs extensions included
  5614. in the package.  All of them will be built.
  5615.  
  5616. =item C<nroff>
  5617.  
  5618. From F<Loc.U>:
  5619.  
  5620. This variable is used internally by Configure to determine the
  5621. full pathname (if any) of the nroff program.  After Configure runs,
  5622. the value is reset to a plain C<nroff> and is not useful.
  5623.  
  5624. =item C<nvsize>
  5625.  
  5626. From F<perlxv.U>:
  5627.  
  5628. This variable is the size of an C<NV> in bytes.
  5629.  
  5630. =item C<nvtype>
  5631.  
  5632. From F<perlxv.U>:
  5633.  
  5634. This variable contains the C type used for Perl's C<NV>.
  5635.  
  5636. =back
  5637.  
  5638. =head2 o
  5639.  
  5640. =over
  5641.  
  5642. =item C<o_nonblock>
  5643.  
  5644. From F<nblock_io.U>:
  5645.  
  5646. This variable bears the symbol value to be used during open() or fcntl()
  5647. to turn on non-blocking F<I/O> for a file descriptor. If you wish to switch
  5648. between blocking and non-blocking, you may try ioctl(C<FIOSNBIO>) instead,
  5649. but that is only supported by some devices.
  5650.  
  5651. =item C<obj_ext>
  5652.  
  5653. From F<Unix.U>:
  5654.  
  5655. This is an old synonym for _o.
  5656.  
  5657. =item C<old_pthread_create_joinable>
  5658.  
  5659. From F<d_pthrattrj.U>:
  5660.  
  5661. This variable defines the constant to use for creating joinable
  5662. (aka undetached) pthreads.  Unused if F<pthread.h> defines
  5663. C<PTHREAD_CREATE_JOINABLE>.  If used, possible values are
  5664. C<PTHREAD_CREATE_UNDETACHED> and C<__UNDETACHED>.
  5665.  
  5666. =item C<optimize>
  5667.  
  5668. From F<ccflags.U>:
  5669.  
  5670. This variable contains any F<optimizer/debugger> flag that should be used.
  5671. It is up to the Makefile to use it.
  5672.  
  5673. =item C<orderlib>
  5674.  
  5675. From F<orderlib.U>:
  5676.  
  5677. This variable is C<true> if the components of libraries must be ordered
  5678. (with `lorder $* | tsort`) before placing them in an archive.  Set to
  5679. C<false> if ranlib or ar can generate random libraries.
  5680.  
  5681. =item C<osname>
  5682.  
  5683. From F<Oldconfig.U>:
  5684.  
  5685. This variable contains the operating system name (e.g. sunos,
  5686. solaris, hpux, F<etc.>).  It can be useful later on for setting
  5687. defaults.  Any spaces are replaced with underscores.  It is set
  5688. to a null string if we can't figure it out.
  5689.  
  5690. =item C<osvers>
  5691.  
  5692. From F<Oldconfig.U>:
  5693.  
  5694. This variable contains the operating system version (e.g.
  5695. 4.1.3, 5.2, F<etc.>).  It is primarily used for helping select
  5696. an appropriate hints file, but might be useful elsewhere for
  5697. setting defaults.  It is set to '' if we can't figure it out.
  5698. We try to be flexible about how much of the version number
  5699. to keep, e.g. if 4.1.1, 4.1.2, and 4.1.3 are essentially the
  5700. same for this package, hints files might just be F<os_4.0> or
  5701. F<os_4.1>, F<etc.>, not keeping separate files for each little release.
  5702.  
  5703. =back
  5704.  
  5705. =head2 p
  5706.  
  5707. =over
  5708.  
  5709. =item C<package>
  5710.  
  5711. From F<package.U>:
  5712.  
  5713. This variable contains the name of the package being constructed.
  5714. It is primarily intended for the use of later Configure units.
  5715.  
  5716. =item C<pager>
  5717.  
  5718. From F<pager.U>:
  5719.  
  5720. This variable contains the name of the preferred pager on the system.
  5721. Usual values are (the full pathnames of) more, less, pg, or cat.
  5722.  
  5723. =item C<passcat>
  5724.  
  5725. From F<nis.U>:
  5726.  
  5727. This variable contains a command that produces the text of the
  5728. F</etc/passwd> file.  This is normally "cat F</etc/passwd>", but can be
  5729. "ypcat passwd" when C<NIS> is used.
  5730. On some systems, such as os390, there may be no equivalent
  5731. command, in which case this variable is unset.
  5732.  
  5733. =item C<patchlevel>
  5734.  
  5735. From F<patchlevel.U>:
  5736.  
  5737. The patchlevel level of this package.
  5738. The value of patchlevel comes from the F<patchlevel.h> file.
  5739. In a version number such as 5.6.1, this is the C<6>.
  5740. In F<patchlevel.h>, this is referred to as C<PERL_VERSION>.
  5741.  
  5742. =item C<path_sep>
  5743.  
  5744. From F<Unix.U>:
  5745.  
  5746. This is an old synonym for p_ in F<Head.U>, the character
  5747. used to separate elements in the command shell search C<PATH>.
  5748.  
  5749. =item C<perl5>
  5750.  
  5751. From F<perl5.U>:
  5752.  
  5753. This variable contains the full path (if any) to a previously
  5754. installed F<perl5.005> or later suitable for running the script
  5755. to determine inc_version_list.
  5756.  
  5757. =item C<perl>
  5758.  
  5759. From F<Loc.U>:
  5760.  
  5761. This variable is defined but not used by Configure.
  5762. The value is a plain '' and is not useful.
  5763.  
  5764. =back
  5765.  
  5766. =head2 P
  5767.  
  5768. =over
  5769.  
  5770. =item C<PERL_REVISION>
  5771.  
  5772. From F<Oldsyms.U>:
  5773.  
  5774. In a Perl version number such as 5.6.2, this is the 5.
  5775. This value is manually set in F<patchlevel.h>
  5776.  
  5777. =item C<PERL_SUBVERSION>
  5778.  
  5779. From F<Oldsyms.U>:
  5780.  
  5781. In a Perl version number such as 5.6.2, this is the 2.
  5782. Values greater than 50 represent potentially unstable
  5783. development subversions.
  5784. This value is manually set in F<patchlevel.h>
  5785.  
  5786. =item C<PERL_VERSION>
  5787.  
  5788. From F<Oldsyms.U>:
  5789.  
  5790. In a Perl version number such as 5.6.2, this is the 6.
  5791. This value is manually set in F<patchlevel.h>
  5792.  
  5793. =item C<perladmin>
  5794.  
  5795. From F<perladmin.U>:
  5796.  
  5797. Electronic mail address of the perl5 administrator.
  5798.  
  5799. =item C<perlpath>
  5800.  
  5801. From F<perlpath.U>:
  5802.  
  5803. This variable contains the eventual value of the C<PERLPATH> symbol,
  5804. which contains the name of the perl interpreter to be used in
  5805. shell scripts and in the "eval C<exec>" idiom.
  5806.  
  5807. =item C<pg>
  5808.  
  5809. From F<Loc.U>:
  5810.  
  5811. This variable is used internally by Configure to determine the
  5812. full pathname (if any) of the pg program.  After Configure runs,
  5813. the value is reset to a plain C<pg> and is not useful.
  5814.  
  5815. =item C<phostname>
  5816.  
  5817. From F<myhostname.U>:
  5818.  
  5819. This variable contains the eventual value of the C<PHOSTNAME> symbol,
  5820. which is a command that can be fed to popen() to get the host name.
  5821. The program should probably not presume that the domain is or isn't
  5822. there already.
  5823.  
  5824. =item C<pidtype>
  5825.  
  5826. From F<pidtype.U>:
  5827.  
  5828. This variable defines C<PIDTYPE> to be something like pid_t, int, 
  5829. ushort, or whatever type is used to declare process ids in the kernel.
  5830.  
  5831. =item C<plibpth>
  5832.  
  5833. From F<libpth.U>:
  5834.  
  5835. Holds the private path used by Configure to find out the libraries.
  5836. Its value is prepend to libpth. This variable takes care of special
  5837. machines, like the mips.  Usually, it should be empty.
  5838.  
  5839. =item C<pm_apiversion>
  5840.  
  5841. From F<xs_apiversion.U>:
  5842.  
  5843. This variable contains the version of the oldest perl
  5844. compatible with the present perl.  (That is, pure perl modules
  5845. written for $pm_apiversion will still work for the current
  5846. version).  F<perl.c>:incpush() and F<lib/lib.pm> will automatically
  5847. search in $sitelib for older directories across major versions
  5848. back to pm_apiversion.  This is only useful if you have a perl
  5849. library directory tree structured like the default one.  The
  5850. versioned site_perl library was introduced in 5.005, so that's
  5851. the default setting for this variable.  It's hard to imagine
  5852. it changing before Perl6.  It is included here for symmetry
  5853. with xs_apiveprsion -- the searching algorithms will
  5854. (presumably) be similar.
  5855. See the C<INSTALL> file for how this works.
  5856.  
  5857. =item C<pmake>
  5858.  
  5859. From F<Loc.U>:
  5860.  
  5861. This variable is defined but not used by Configure.
  5862. The value is a plain '' and is not useful.
  5863.  
  5864. =item C<pr>
  5865.  
  5866. From F<Loc.U>:
  5867.  
  5868. This variable is defined but not used by Configure.
  5869. The value is a plain '' and is not useful.
  5870.  
  5871. =item C<prefix>
  5872.  
  5873. From F<prefix.U>:
  5874.  
  5875. This variable holds the name of the directory below which the
  5876. user will install the package.  Usually, this is F</usr/local>, and
  5877. executables go in F</usr/local/bin>, library stuff in F</usr/local/lib>,
  5878. man pages in F</usr/local/man>, etc.  It is only used to set defaults
  5879. for things in F<bin.U>, F<mansrc.U>, F<privlib.U>, or F<scriptdir.U>.
  5880.  
  5881. =item C<prefixexp>
  5882.  
  5883. From F<prefix.U>:
  5884.  
  5885. This variable holds the full absolute path of the directory below
  5886. which the user will install the package.  Derived from prefix.
  5887.  
  5888. =item C<privlib>
  5889.  
  5890. From F<privlib.U>:
  5891.  
  5892. This variable contains the eventual value of the C<PRIVLIB> symbol,
  5893. which is the name of the private library for this package.  It may
  5894. have a F<~> on the front. It is up to the makefile to eventually create
  5895. this directory while performing installation (with F<~> substitution).
  5896.  
  5897. =item C<privlibexp>
  5898.  
  5899. From F<privlib.U>:
  5900.  
  5901. This variable is the F<~name> expanded version of privlib, so that you
  5902. may use it directly in Makefiles or shell scripts.
  5903.  
  5904. =item C<prototype>
  5905.  
  5906. From F<prototype.U>:
  5907.  
  5908. This variable holds the eventual value of C<CAN_PROTOTYPE>, which
  5909. indicates the C compiler can handle funciton prototypes.
  5910.  
  5911. =item C<ptrsize>
  5912.  
  5913. From F<ptrsize.U>:
  5914.  
  5915. This variable contains the value of the C<PTRSIZE> symbol, which
  5916. indicates to the C program how many bytes there are in a pointer.
  5917.  
  5918. =back
  5919.  
  5920. =head2 q
  5921.  
  5922. =over
  5923.  
  5924. =item C<quadkind>
  5925.  
  5926. From F<quadtype.U>:
  5927.  
  5928. This variable, if defined, encodes the type of a quad:
  5929. 1 = int, 2 = long, 3 = long long, 4 = int64_t.
  5930.  
  5931. =item C<quadtype>
  5932.  
  5933. From F<quadtype.U>:
  5934.  
  5935. This variable defines Quad_t to be something like long, int, 
  5936. long long, int64_t, or whatever type is used for 64-bit integers.
  5937.  
  5938. =back
  5939.  
  5940. =head2 r
  5941.  
  5942. =over
  5943.  
  5944. =item C<randbits>
  5945.  
  5946. From F<randfunc.U>:
  5947.  
  5948. Indicates how many bits are produced by the function used to
  5949. generate normalized random numbers.
  5950.  
  5951. =item C<randfunc>
  5952.  
  5953. From F<randfunc.U>:
  5954.  
  5955. Indicates the name of the random number function to use.
  5956. Values include drand48, random, and rand. In C programs,
  5957. the C<Drand01> macro is defined to generate uniformly distributed
  5958. random numbers over the range [0., 1.[ (see drand01 and nrand).
  5959.  
  5960. =item C<randseedtype>
  5961.  
  5962. From F<randfunc.U>:
  5963.  
  5964. Indicates the type of the argument of the seedfunc.
  5965.  
  5966. =item C<ranlib>
  5967.  
  5968. From F<orderlib.U>:
  5969.  
  5970. This variable is set to the pathname of the ranlib program, if it is
  5971. needed to generate random libraries.  Set to C<:> if ar can generate
  5972. random libraries or if random libraries are not supported
  5973.  
  5974. =item C<rd_nodata>
  5975.  
  5976. From F<nblock_io.U>:
  5977.  
  5978. This variable holds the return code from read() when no data is
  5979. present. It should be -1, but some systems return 0 when C<O_NDELAY> is
  5980. used, which is a shame because you cannot make the difference between
  5981. no data and an F<EOF.>. Sigh!
  5982.  
  5983. =item C<revision>
  5984.  
  5985. From F<patchlevel.U>:
  5986.  
  5987. The value of revision comes from the F<patchlevel.h> file.
  5988. In a version number such as 5.6.1, this is the C<5>.
  5989. In F<patchlevel.h>, this is referred to as C<PERL_REVISION>.
  5990.  
  5991. =item C<rm>
  5992.  
  5993. From F<Loc.U>:
  5994.  
  5995. This variable is used internally by Configure to determine the
  5996. full pathname (if any) of the rm program.  After Configure runs,
  5997. the value is reset to a plain C<rm> and is not useful.
  5998.  
  5999. =item C<rmail>
  6000.  
  6001. From F<Loc.U>:
  6002.  
  6003. This variable is defined but not used by Configure.
  6004. The value is a plain '' and is not useful.
  6005.  
  6006. =item C<runnm>
  6007.  
  6008. From F<usenm.U>:
  6009.  
  6010. This variable contains C<true> or C<false> depending whether the
  6011. nm extraction should be performed or not, according to the value
  6012. of usenm and the flags on the Configure command line.
  6013.  
  6014. =back
  6015.  
  6016. =head2 s
  6017.  
  6018. =over
  6019.  
  6020. =item C<sched_yield>
  6021.  
  6022. From F<d_pthread_y.U>:
  6023.  
  6024. This variable defines the way to yield the execution
  6025. of the current thread.
  6026.  
  6027. =item C<scriptdir>
  6028.  
  6029. From F<scriptdir.U>:
  6030.  
  6031. This variable holds the name of the directory in which the user wants
  6032. to put publicly scripts for the package in question.  It is either
  6033. the same directory as for binaries, or a special one that can be
  6034. mounted across different architectures, like F</usr/share>. Programs
  6035. must be prepared to deal with F<~name> expansion.
  6036.  
  6037. =item C<scriptdirexp>
  6038.  
  6039. From F<scriptdir.U>:
  6040.  
  6041. This variable is the same as scriptdir, but is filename expanded
  6042. at configuration time, for programs not wanting to bother with it.
  6043.  
  6044. =item C<sed>
  6045.  
  6046. From F<Loc.U>:
  6047.  
  6048. This variable is used internally by Configure to determine the
  6049. full pathname (if any) of the sed program.  After Configure runs,
  6050. the value is reset to a plain C<sed> and is not useful.
  6051.  
  6052. =item C<seedfunc>
  6053.  
  6054. From F<randfunc.U>:
  6055.  
  6056. Indicates the random number generating seed function.
  6057. Values include srand48, srandom, and srand.
  6058.  
  6059. =item C<selectminbits>
  6060.  
  6061. From F<selectminbits.U>:
  6062.  
  6063. This variable holds the minimum number of bits operated by select.
  6064. That is, if you do select(n, ...), how many bits at least will be
  6065. cleared in the masks if some activity is detected.  Usually this
  6066. is either n or 32*ceil(F<n/32>), especially many little-endians do
  6067. the latter.  This is only useful if you have select(), naturally.
  6068.  
  6069. =item C<selecttype>
  6070.  
  6071. From F<selecttype.U>:
  6072.  
  6073. This variable holds the type used for the 2nd, 3rd, and 4th
  6074. arguments to select.  Usually, this is C<fd_set *>, if C<HAS_FD_SET>
  6075. is defined, and C<int *> otherwise.  This is only useful if you 
  6076. have select(), naturally.
  6077.  
  6078. =item C<sendmail>
  6079.  
  6080. From F<Loc.U>:
  6081.  
  6082. This variable is defined but not used by Configure.
  6083. The value is a plain '' and is not useful.
  6084.  
  6085. =item C<sh>
  6086.  
  6087. From F<sh.U>:
  6088.  
  6089. This variable contains the full pathname of the shell used
  6090. on this system to execute Bourne shell scripts.  Usually, this will be
  6091. F</bin/sh>, though it's possible that some systems will have F</bin/ksh>,
  6092. F</bin/pdksh>, F</bin/ash>, F</bin/bash>, or even something such as
  6093. D:F</bin/sh.exe>.
  6094. This unit comes before F<Options.U>, so you can't set sh with a C<-D>
  6095. option, though you can override this (and startsh)
  6096. with C<-O -Dsh=F</bin/whatever> -Dstartsh=whatever>
  6097.  
  6098. =item C<shar>
  6099.  
  6100. From F<Loc.U>:
  6101.  
  6102. This variable is defined but not used by Configure.
  6103. The value is a plain '' and is not useful.
  6104.  
  6105. =item C<sharpbang>
  6106.  
  6107. From F<spitshell.U>:
  6108.  
  6109. This variable contains the string #! if this system supports that
  6110. construct.
  6111.  
  6112. =item C<shmattype>
  6113.  
  6114. From F<d_shmat.U>:
  6115.  
  6116. This symbol contains the type of pointer returned by shmat().
  6117. It can be C<void *> or C<char *>.
  6118.  
  6119. =item C<shortsize>
  6120.  
  6121. From F<intsize.U>:
  6122.  
  6123. This variable contains the value of the C<SHORTSIZE> symbol which
  6124. indicates to the C program how many bytes there are in a short.
  6125.  
  6126. =item C<shrpenv>
  6127.  
  6128. From F<libperl.U>:
  6129.  
  6130. If the user builds a shared F<libperl.so>, then we need to tell the
  6131. C<perl> executable where it will be able to find the installed F<libperl.so>. 
  6132. One way to do this on some systems is to set the environment variable
  6133. C<LD_RUN_PATH> to the directory that will be the final location of the
  6134. shared F<libperl.so>.  The makefile can use this with something like
  6135. $shrpenv $(C<CC>) -o perl F<perlmain.o> $libperl $libs
  6136. Typical values are
  6137. shrpenv="env C<LD_RUN_PATH>=$F<archlibexp/C<CORE>>"
  6138. or
  6139. shrpenv=''
  6140. See the main perl F<Makefile.SH> for actual working usage.
  6141. Alternatively, we might be able to use a command line option such
  6142. as -R $F<archlibexp/C<CORE>> (Solaris, NetBSD) or -Wl,-rpath
  6143. $F<archlibexp/C<CORE>> (Linux).
  6144.  
  6145. =item C<shsharp>
  6146.  
  6147. From F<spitshell.U>:
  6148.  
  6149. This variable tells further Configure units whether your sh can
  6150. handle # comments.
  6151.  
  6152. =item C<sig_count>
  6153.  
  6154. From F<sig_name.U>:
  6155.  
  6156. This variable holds a number larger than the largest valid
  6157. signal number.  This is usually the same as the C<NSIG> macro.
  6158.  
  6159. =item C<sig_name>
  6160.  
  6161. From F<sig_name.U>:
  6162.  
  6163. This variable holds the signal names, space separated. The leading
  6164. C<SIG> in signal name is removed.  A C<ZERO> is prepended to the
  6165. list.  This is currently not used.
  6166.  
  6167. =item C<sig_name_init>
  6168.  
  6169. From F<sig_name.U>:
  6170.  
  6171. This variable holds the signal names, enclosed in double quotes and
  6172. separated by commas, suitable for use in the C<SIG_NAME> definition 
  6173. below.  A C<ZERO> is prepended to the list, and the list is 
  6174. terminated with a plain 0.  The leading C<SIG> in signal names
  6175. is removed. See sig_num.
  6176.  
  6177. =item C<sig_num>
  6178.  
  6179. From F<sig_name.U>:
  6180.  
  6181. This variable holds the signal numbers, space separated. A C<ZERO> is
  6182. prepended to the list (corresponding to the fake C<SIGZERO>), and 
  6183. the list is terminated with a 0.  Those numbers correspond to 
  6184. the value of the signal listed in the same place within the
  6185. sig_name list.
  6186.  
  6187. =item C<sig_num_init>
  6188.  
  6189. From F<sig_name.U>:
  6190.  
  6191. This variable holds the signal numbers, enclosed in double quotes and
  6192. separated by commas, suitable for use in the C<SIG_NUM> definition 
  6193. below.  A C<ZERO> is prepended to the list, and the list is 
  6194. terminated with a plain 0.
  6195.  
  6196. =item C<signal_t>
  6197.  
  6198. From F<d_voidsig.U>:
  6199.  
  6200. This variable holds the type of the signal handler (void or int).
  6201.  
  6202. =item C<sitearch>
  6203.  
  6204. From F<sitearch.U>:
  6205.  
  6206. This variable contains the eventual value of the C<SITEARCH> symbol,
  6207. which is the name of the private library for this package.  It may
  6208. have a F<~> on the front. It is up to the makefile to eventually create
  6209. this directory while performing installation (with F<~> substitution).
  6210. The standard distribution will put nothing in this directory.
  6211. After perl has been installed, users may install their own local
  6212. architecture-dependent modules in this directory with
  6213. MakeMaker F<Makefile.PL>
  6214. or equivalent.  See C<INSTALL> for details.
  6215.  
  6216. =item C<sitearchexp>
  6217.  
  6218. From F<sitearch.U>:
  6219.  
  6220. This variable is the F<~name> expanded version of sitearch, so that you
  6221. may use it directly in Makefiles or shell scripts.
  6222.  
  6223. =item C<sitebin>
  6224.  
  6225. From F<sitebin.U>:
  6226.  
  6227. This variable holds the name of the directory in which the user wants
  6228. to put add-on publicly executable files for the package in question.  It
  6229. is most often a local directory such as F</usr/local/bin>. Programs using
  6230. this variable must be prepared to deal with F<~name> substitution.
  6231. The standard distribution will put nothing in this directory.
  6232. After perl has been installed, users may install their own local
  6233. executables in this directory with
  6234. MakeMaker F<Makefile.PL>
  6235. or equivalent.  See C<INSTALL> for details.
  6236.  
  6237. =item C<sitebinexp>
  6238.  
  6239. From F<sitebin.U>:
  6240.  
  6241. This is the same as the sitebin variable, but is filename expanded at
  6242. configuration time, for use in your makefiles.
  6243.  
  6244. =item C<sitelib>
  6245.  
  6246. From F<sitelib.U>:
  6247.  
  6248. This variable contains the eventual value of the C<SITELIB> symbol,
  6249. which is the name of the private library for this package.  It may
  6250. have a F<~> on the front. It is up to the makefile to eventually create
  6251. this directory while performing installation (with F<~> substitution).
  6252. The standard distribution will put nothing in this directory.
  6253. After perl has been installed, users may install their own local
  6254. architecture-independent modules in this directory with
  6255. MakeMaker F<Makefile.PL>
  6256. or equivalent.  See C<INSTALL> for details.
  6257.  
  6258. =item C<sitelib_stem>
  6259.  
  6260. From F<sitelib.U>:
  6261.  
  6262. This variable is $sitelibexp with any trailing version-specific component
  6263. removed.  The elements in inc_version_list (F<inc_version_list.U>) can
  6264. be tacked onto this variable to generate a list of directories to search.
  6265.  
  6266. =item C<sitelibexp>
  6267.  
  6268. From F<sitelib.U>:
  6269.  
  6270. This variable is the F<~name> expanded version of sitelib, so that you
  6271. may use it directly in Makefiles or shell scripts.
  6272.  
  6273. =item C<siteprefix>
  6274.  
  6275. From F<siteprefix.U>:
  6276.  
  6277. This variable holds the full absolute path of the directory below
  6278. which the user will install add-on packages.
  6279. See C<INSTALL> for usage and examples.
  6280.  
  6281. =item C<siteprefixexp>
  6282.  
  6283. From F<siteprefix.U>:
  6284.  
  6285. This variable holds the full absolute path of the directory below
  6286. which the user will install add-on packages.  Derived from siteprefix.
  6287.  
  6288. =item C<sizesize>
  6289.  
  6290. From F<sizesize.U>:
  6291.  
  6292. This variable contains the size of a sizetype in bytes.
  6293.  
  6294. =item C<sizetype>
  6295.  
  6296. From F<sizetype.U>:
  6297.  
  6298. This variable defines sizetype to be something like size_t, 
  6299. unsigned long, or whatever type is used to declare length 
  6300. parameters for string functions.
  6301.  
  6302. =item C<sleep>
  6303.  
  6304. From F<Loc.U>:
  6305.  
  6306. This variable is defined but not used by Configure.
  6307. The value is a plain '' and is not useful.
  6308.  
  6309. =item C<smail>
  6310.  
  6311. From F<Loc.U>:
  6312.  
  6313. This variable is defined but not used by Configure.
  6314. The value is a plain '' and is not useful.
  6315.  
  6316. =item C<small>
  6317.  
  6318. From F<models.U>:
  6319.  
  6320. This variable contains a flag which will tell the C compiler and loader
  6321. to produce a program running with a small memory model.  It is up to
  6322. the Makefile to use this.
  6323.  
  6324. =item C<so>
  6325.  
  6326. From F<so.U>:
  6327.  
  6328. This variable holds the extension used to identify shared libraries
  6329. (also known as shared objects) on the system. Usually set to C<so>.
  6330.  
  6331. =item C<sockethdr>
  6332.  
  6333. From F<d_socket.U>:
  6334.  
  6335. This variable has any cpp C<-I> flags needed for socket support.
  6336.  
  6337. =item C<socketlib>
  6338.  
  6339. From F<d_socket.U>:
  6340.  
  6341. This variable has the names of any libraries needed for socket support.
  6342.  
  6343. =item C<socksizetype>
  6344.  
  6345. From F<socksizetype.U>:
  6346.  
  6347. This variable holds the type used for the size argument
  6348. for various socket calls like accept.  Usual values include
  6349. socklen_t, size_t, and int.
  6350.  
  6351. =item C<sort>
  6352.  
  6353. From F<Loc.U>:
  6354.  
  6355. This variable is used internally by Configure to determine the
  6356. full pathname (if any) of the sort program.  After Configure runs,
  6357. the value is reset to a plain C<sort> and is not useful.
  6358.  
  6359. =item C<spackage>
  6360.  
  6361. From F<package.U>:
  6362.  
  6363. This variable contains the name of the package being constructed,
  6364. with the first letter uppercased, F<i.e>. suitable for starting
  6365. sentences.
  6366.  
  6367. =item C<spitshell>
  6368.  
  6369. From F<spitshell.U>:
  6370.  
  6371. This variable contains the command necessary to spit out a runnable
  6372. shell on this system.  It is either cat or a grep C<-v> for # comments.
  6373.  
  6374. =item C<split>
  6375.  
  6376. From F<models.U>:
  6377.  
  6378. This variable contains a flag which will tell the C compiler and loader
  6379. to produce a program that will run in separate I and D space, for those
  6380. machines that support separation of instruction and data space.  It is
  6381. up to the Makefile to use this.
  6382.  
  6383. =item C<sPRId64>
  6384.  
  6385. From F<quadfio.U>:
  6386.  
  6387. This variable, if defined, contains the string used by stdio to
  6388. format 64-bit decimal numbers (format C<d>) for output.
  6389.  
  6390. =item C<sPRIeldbl>
  6391.  
  6392. From F<longdblfio.U>:
  6393.  
  6394. This variable, if defined, contains the string used by stdio to
  6395. format long doubles (format C<e>) for output.
  6396.  
  6397. =item C<sPRIEldbl>
  6398.  
  6399. From F<longdblfio.U>:
  6400.  
  6401. This variable, if defined, contains the string used by stdio to
  6402. format long doubles (format C<E>) for output.
  6403.  
  6404. =item C<sPRIfldbl>
  6405.  
  6406. From F<longdblfio.U>:
  6407.  
  6408. This variable, if defined, contains the string used by stdio to
  6409. format long doubles (format C<f>) for output.
  6410.  
  6411. =item C<sPRIFldbl>
  6412.  
  6413. From F<longdblfio.U>:
  6414.  
  6415. This variable, if defined, contains the string used by stdio to
  6416. format long doubles (format C<F>) for output.
  6417.  
  6418. =item C<sPRIgldbl>
  6419.  
  6420. From F<longdblfio.U>:
  6421.  
  6422. This variable, if defined, contains the string used by stdio to
  6423. format long doubles (format C<g>) for output.
  6424.  
  6425. =item C<sPRIGldbl>
  6426.  
  6427. From F<longdblfio.U>:
  6428.  
  6429. This variable, if defined, contains the string used by stdio to
  6430. format long doubles (format C<G>) for output.
  6431.  
  6432. =item C<sPRIi64>
  6433.  
  6434. From F<quadfio.U>:
  6435.  
  6436. This variable, if defined, contains the string used by stdio to
  6437. format 64-bit decimal numbers (format C<i>) for output.
  6438.  
  6439. =item C<sPRIo64>
  6440.  
  6441. From F<quadfio.U>:
  6442.  
  6443. This variable, if defined, contains the string used by stdio to
  6444. format 64-bit octal numbers (format C<o>) for output.
  6445.  
  6446. =item C<sPRIu64>
  6447.  
  6448. From F<quadfio.U>:
  6449.  
  6450. This variable, if defined, contains the string used by stdio to
  6451. format 64-bit unsigned decimal numbers (format C<u>) for output.
  6452.  
  6453. =item C<sPRIx64>
  6454.  
  6455. From F<quadfio.U>:
  6456.  
  6457. This variable, if defined, contains the string used by stdio to
  6458. format 64-bit hexadecimal numbers (format C<x>) for output.
  6459.  
  6460. =item C<sPRIX64>
  6461.  
  6462. From F<quadfio.U>:
  6463.  
  6464. This variable, if defined, contains the string used by stdio to
  6465. format 64-bit hExADECimAl numbers (format C<X>) for output.
  6466.  
  6467. =item C<src>
  6468.  
  6469. From F<src.U>:
  6470.  
  6471. This variable holds the path to the package source. It is up to
  6472. the Makefile to use this variable and set C<VPATH> accordingly to
  6473. find the sources remotely.
  6474.  
  6475. =item C<ssizetype>
  6476.  
  6477. From F<ssizetype.U>:
  6478.  
  6479. This variable defines ssizetype to be something like ssize_t, 
  6480. long or int.  It is used by functions that return a count 
  6481. of bytes or an error condition.  It must be a signed type.
  6482. We will pick a type such that sizeof(SSize_t) == sizeof(Size_t).
  6483.  
  6484. =item C<startperl>
  6485.  
  6486. From F<startperl.U>:
  6487.  
  6488. This variable contains the string to put on the front of a perl
  6489. script to make sure (hopefully) that it runs with perl and not some
  6490. shell. Of course, that leading line must be followed by the classical
  6491. perl idiom:
  6492. eval 'exec perl -S $0 ${1+C<$@>}'
  6493. if $running_under_some_shell;
  6494. to guarantee perl startup should the shell execute the script. Note
  6495. that this magic incatation is not understood by csh.
  6496.  
  6497. =item C<startsh>
  6498.  
  6499. From F<startsh.U>:
  6500.  
  6501. This variable contains the string to put on the front of a shell
  6502. script to make sure (hopefully) that it runs with sh and not some
  6503. other shell.
  6504.  
  6505. =item C<static_ext>
  6506.  
  6507. From F<Extensions.U>:
  6508.  
  6509. This variable holds a list of C<XS> extension files we want to
  6510. link statically into the package.  It is used by Makefile.
  6511.  
  6512. =item C<stdchar>
  6513.  
  6514. From F<stdchar.U>:
  6515.  
  6516. This variable conditionally defines C<STDCHAR> to be the type of char
  6517. used in F<stdio.h>.  It has the values "unsigned char" or C<char>.
  6518.  
  6519. =item C<stdio_base>
  6520.  
  6521. From F<d_stdstdio.U>:
  6522.  
  6523. This variable defines how, given a C<FILE> pointer, fp, to access the
  6524. _base field (or equivalent) of F<stdio.h>'s C<FILE> structure.  This will
  6525. be used to define the macro FILE_base(fp).
  6526.  
  6527. =item C<stdio_bufsiz>
  6528.  
  6529. From F<d_stdstdio.U>:
  6530.  
  6531. This variable defines how, given a C<FILE> pointer, fp, to determine
  6532. the number of bytes store in the F<I/O> buffer pointer to by the
  6533. _base field (or equivalent) of F<stdio.h>'s C<FILE> structure.  This will
  6534. be used to define the macro FILE_bufsiz(fp).
  6535.  
  6536. =item C<stdio_cnt>
  6537.  
  6538. From F<d_stdstdio.U>:
  6539.  
  6540. This variable defines how, given a C<FILE> pointer, fp, to access the
  6541. _cnt field (or equivalent) of F<stdio.h>'s C<FILE> structure.  This will
  6542. be used to define the macro FILE_cnt(fp).
  6543.  
  6544. =item C<stdio_filbuf>
  6545.  
  6546. From F<d_stdstdio.U>:
  6547.  
  6548. This variable defines how, given a C<FILE> pointer, fp, to tell
  6549. stdio to refill it's internal buffers (?).  This will
  6550. be used to define the macro FILE_filbuf(fp).
  6551.  
  6552. =item C<stdio_ptr>
  6553.  
  6554. From F<d_stdstdio.U>:
  6555.  
  6556. This variable defines how, given a C<FILE> pointer, fp, to access the
  6557. _ptr field (or equivalent) of F<stdio.h>'s C<FILE> structure.  This will
  6558. be used to define the macro FILE_ptr(fp).
  6559.  
  6560. =item C<stdio_stream_array>
  6561.  
  6562. From F<stdio_streams.U>:
  6563.  
  6564. This variable tells the name of the array holding the stdio streams.
  6565. Usual values include _iob, __iob, and __sF.
  6566.  
  6567. =item C<strings>
  6568.  
  6569. From F<i_string.U>:
  6570.  
  6571. This variable holds the full path of the string header that will be
  6572. used. Typically F</usr/include/string.h> or F</usr/include/strings.h>.
  6573.  
  6574. =item C<submit>
  6575.  
  6576. From F<Loc.U>:
  6577.  
  6578. This variable is defined but not used by Configure.
  6579. The value is a plain '' and is not useful.
  6580.  
  6581. =item C<subversion>
  6582.  
  6583. From F<patchlevel.U>:
  6584.  
  6585. The subversion level of this package.
  6586. The value of subversion comes from the F<patchlevel.h> file.
  6587. In a version number such as 5.6.1, this is the C<1>.
  6588. In F<patchlevel.h>, this is referred to as C<PERL_SUBVERSION>.
  6589. This is unique to perl.
  6590.  
  6591. =item C<sysman>
  6592.  
  6593. From F<sysman.U>:
  6594.  
  6595. This variable holds the place where the manual is located on this
  6596. system. It is not the place where the user wants to put his manual
  6597. pages. Rather it is the place where Configure may look to find manual
  6598. for unix commands (section 1 of the manual usually). See mansrc.
  6599.  
  6600. =back
  6601.  
  6602. =head2 t
  6603.  
  6604. =over
  6605.  
  6606. =item C<tail>
  6607.  
  6608. From F<Loc.U>:
  6609.  
  6610. This variable is defined but not used by Configure.
  6611. The value is a plain '' and is not useful.
  6612.  
  6613. =item C<tar>
  6614.  
  6615. From F<Loc.U>:
  6616.  
  6617. This variable is defined but not used by Configure.
  6618. The value is a plain '' and is not useful.
  6619.  
  6620. =item C<tbl>
  6621.  
  6622. From F<Loc.U>:
  6623.  
  6624. This variable is defined but not used by Configure.
  6625. The value is a plain '' and is not useful.
  6626.  
  6627. =item C<tee>
  6628.  
  6629. From F<Loc.U>:
  6630.  
  6631. This variable is defined but not used by Configure.
  6632. The value is a plain '' and is not useful.
  6633.  
  6634. =item C<test>
  6635.  
  6636. From F<Loc.U>:
  6637.  
  6638. This variable is used internally by Configure to determine the
  6639. full pathname (if any) of the test program.  After Configure runs,
  6640. the value is reset to a plain C<test> and is not useful.
  6641.  
  6642. =item C<timeincl>
  6643.  
  6644. From F<i_time.U>:
  6645.  
  6646. This variable holds the full path of the included time header(s).
  6647.  
  6648. =item C<timetype>
  6649.  
  6650. From F<d_time.U>:
  6651.  
  6652. This variable holds the type returned by time(). It can be long,
  6653. or time_t on C<BSD> sites (in which case <sys/types.h> should be
  6654. included). Anyway, the type Time_t should be used.
  6655.  
  6656. =item C<touch>
  6657.  
  6658. From F<Loc.U>:
  6659.  
  6660. This variable is used internally by Configure to determine the
  6661. full pathname (if any) of the touch program.  After Configure runs,
  6662. the value is reset to a plain C<touch> and is not useful.
  6663.  
  6664. =item C<tr>
  6665.  
  6666. From F<Loc.U>:
  6667.  
  6668. This variable is used internally by Configure to determine the
  6669. full pathname (if any) of the tr program.  After Configure runs,
  6670. the value is reset to a plain C<tr> and is not useful.
  6671.  
  6672. =item C<trnl>
  6673.  
  6674. From F<trnl.U>:
  6675.  
  6676. This variable contains the value to be passed to the tr(1)
  6677. command to transliterate a newline.  Typical values are
  6678. C<\012> and C<\n>.  This is needed for C<EBCDIC> systems where
  6679. newline is not necessarily C<\012>.
  6680.  
  6681. =item C<troff>
  6682.  
  6683. From F<Loc.U>:
  6684.  
  6685. This variable is defined but not used by Configure.
  6686. The value is a plain '' and is not useful.
  6687.  
  6688. =back
  6689.  
  6690. =head2 u
  6691.  
  6692. =over
  6693.  
  6694. =item C<u16size>
  6695.  
  6696. From F<perlxv.U>:
  6697.  
  6698. This variable is the size of an U16 in bytes.
  6699.  
  6700. =item C<u16type>
  6701.  
  6702. From F<perlxv.U>:
  6703.  
  6704. This variable contains the C type used for Perl's U16.
  6705.  
  6706. =item C<u32size>
  6707.  
  6708. From F<perlxv.U>:
  6709.  
  6710. This variable is the size of an U32 in bytes.
  6711.  
  6712. =item C<u32type>
  6713.  
  6714. From F<perlxv.U>:
  6715.  
  6716. This variable contains the C type used for Perl's U32.
  6717.  
  6718. =item C<u64size>
  6719.  
  6720. From F<perlxv.U>:
  6721.  
  6722. This variable is the size of an U64 in bytes.
  6723.  
  6724. =item C<u64type>
  6725.  
  6726. From F<perlxv.U>:
  6727.  
  6728. This variable contains the C type used for Perl's U64.
  6729.  
  6730. =item C<u8size>
  6731.  
  6732. From F<perlxv.U>:
  6733.  
  6734. This variable is the size of an U8 in bytes.
  6735.  
  6736. =item C<u8type>
  6737.  
  6738. From F<perlxv.U>:
  6739.  
  6740. This variable contains the C type used for Perl's U8.
  6741.  
  6742. =item C<uidformat>
  6743.  
  6744. From F<uidf.U>:
  6745.  
  6746. This variable contains the format string used for printing a Uid_t.
  6747.  
  6748. =item C<uidsign>
  6749.  
  6750. From F<uidsign.U>:
  6751.  
  6752. This variable contains the signedness of a uidtype.
  6753. 1 for unsigned, -1 for signed.
  6754.  
  6755. =item C<uidsize>
  6756.  
  6757. From F<uidsize.U>:
  6758.  
  6759. This variable contains the size of a uidtype in bytes.
  6760.  
  6761. =item C<uidtype>
  6762.  
  6763. From F<uidtype.U>:
  6764.  
  6765. This variable defines Uid_t to be something like uid_t, int, 
  6766. ushort, or whatever type is used to declare user ids in the kernel.
  6767.  
  6768. =item C<uname>
  6769.  
  6770. From F<Loc.U>:
  6771.  
  6772. This variable is used internally by Configure to determine the
  6773. full pathname (if any) of the uname program.  After Configure runs,
  6774. the value is reset to a plain C<uname> and is not useful.
  6775.  
  6776. =item C<uniq>
  6777.  
  6778. From F<Loc.U>:
  6779.  
  6780. This variable is used internally by Configure to determine the
  6781. full pathname (if any) of the uniq program.  After Configure runs,
  6782. the value is reset to a plain C<uniq> and is not useful.
  6783.  
  6784. =item C<uquadtype>
  6785.  
  6786. From F<quadtype.U>:
  6787.  
  6788. This variable defines Uquad_t to be something like unsigned long,
  6789. unsigned int, unsigned long long, uint64_t, or whatever type is
  6790. used for 64-bit integers.
  6791.  
  6792. =item C<use5005threads>
  6793.  
  6794. From F<usethreads.U>:
  6795.  
  6796. This variable conditionally defines the USE_5005THREADS symbol,
  6797. and indicates that Perl should be built to use the 5.005-based
  6798. threading implementation.
  6799.  
  6800. =item C<use64bitall>
  6801.  
  6802. From F<use64bits.U>:
  6803.  
  6804. This variable conditionally defines the USE_64_BIT_ALL symbol,
  6805. and indicates that 64-bit integer types should be used
  6806. when available.  The maximal possible
  6807. 64-bitness is employed: LP64 or ILP64, meaning that you will
  6808. be able to use more than 2 gigabytes of memory.  This mode is
  6809. even more binary incompatible than USE_64_BIT_INT. You may not
  6810. be able to run the resulting executable in a 32-bit C<CPU> at all or
  6811. you may need at least to reboot your C<OS> to 64-bit mode.
  6812.  
  6813. =item C<use64bitint>
  6814.  
  6815. From F<use64bits.U>:
  6816.  
  6817. This variable conditionally defines the USE_64_BIT_INT symbol,
  6818. and indicates that 64-bit integer types should be used
  6819. when available.  The minimal possible 64-bitness
  6820. is employed, just enough to get 64-bit integers into Perl.
  6821. This may mean using for example "long longs", while your memory
  6822. may still be limited to 2 gigabytes.
  6823.  
  6824. =item C<usedl>
  6825.  
  6826. From F<dlsrc.U>:
  6827.  
  6828. This variable indicates if the system supports dynamic
  6829. loading of some sort.  See also dlsrc and dlobj.
  6830.  
  6831. =item C<useithreads>
  6832.  
  6833. From F<usethreads.U>:
  6834.  
  6835. This variable conditionally defines the C<USE_ITHREADS> symbol,
  6836. and indicates that Perl should be built to use the interpreter-based
  6837. threading implementation.
  6838.  
  6839. =item C<uselargefiles>
  6840.  
  6841. From F<uselfs.U>:
  6842.  
  6843. This variable conditionally defines the C<USE_LARGE_FILES> symbol,
  6844. and indicates that large file interfaces should be used when
  6845. available.
  6846.  
  6847. =item C<uselongdouble>
  6848.  
  6849. From F<uselongdbl.U>:
  6850.  
  6851. This variable conditionally defines the C<USE_LONG_DOUBLE> symbol,
  6852. and indicates that long doubles should be used when available.
  6853.  
  6854. =item C<usemorebits>
  6855.  
  6856. From F<usemorebits.U>:
  6857.  
  6858. This variable conditionally defines the C<USE_MORE_BITS> symbol,
  6859. and indicates that explicit 64-bit interfaces and long doubles
  6860. should be used when available.
  6861.  
  6862. =item C<usemultiplicity>
  6863.  
  6864. From F<usemultiplicity.U>:
  6865.  
  6866. This variable conditionally defines the C<MULTIPLICITY> symbol,
  6867. and indicates that Perl should be built to use multiplicity.
  6868.  
  6869. =item C<usemymalloc>
  6870.  
  6871. From F<mallocsrc.U>:
  6872.  
  6873. This variable contains y if the malloc that comes with this package
  6874. is desired over the system's version of malloc.  People often include
  6875. special versions of malloc for effiency, but such versions are often
  6876. less portable.  See also mallocsrc and mallocobj.
  6877. If this is C<y>, then -lmalloc is removed from $libs.
  6878.  
  6879. =item C<usenm>
  6880.  
  6881. From F<usenm.U>:
  6882.  
  6883. This variable contains C<true> or C<false> depending whether the
  6884. nm extraction is wanted or not.
  6885.  
  6886. =item C<useopcode>
  6887.  
  6888. From F<Extensions.U>:
  6889.  
  6890. This variable holds either C<true> or C<false> to indicate
  6891. whether the Opcode extension should be used.  The sole
  6892. use for this currently is to allow an easy mechanism
  6893. for users to skip the Opcode extension from the Configure
  6894. command line.
  6895.  
  6896. =item C<useperlio>
  6897.  
  6898. From F<useperlio.U>:
  6899.  
  6900. This variable conditionally defines the C<USE_PERLIO> symbol,
  6901. and indicates that the PerlIO abstraction should be
  6902. used throughout.
  6903.  
  6904. =item C<useposix>
  6905.  
  6906. From F<Extensions.U>:
  6907.  
  6908. This variable holds either C<true> or C<false> to indicate
  6909. whether the C<POSIX> extension should be used.  The sole
  6910. use for this currently is to allow an easy mechanism
  6911. for hints files to indicate that C<POSIX> will not compile
  6912. on a particular system.
  6913.  
  6914. =item C<usesfio>
  6915.  
  6916. From F<d_sfio.U>:
  6917.  
  6918. This variable is set to true when the user agrees to use sfio.
  6919. It is set to false when sfio is not available or when the user
  6920. explicitely requests not to use sfio.  It is here primarily so
  6921. that command-line settings can override the auto-detection of
  6922. d_sfio without running into a "WHOA THERE".
  6923.  
  6924. =item C<useshrplib>
  6925.  
  6926. From F<libperl.U>:
  6927.  
  6928. This variable is set to C<yes> if the user wishes
  6929. to build a shared libperl, and C<no> otherwise.
  6930.  
  6931. =item C<usesocks>
  6932.  
  6933. From F<usesocks.U>:
  6934.  
  6935. This variable conditionally defines the C<USE_SOCKS> symbol,
  6936. and indicates that Perl should be built to use C<SOCKS>.
  6937.  
  6938. =item C<usethreads>
  6939.  
  6940. From F<usethreads.U>:
  6941.  
  6942. This variable conditionally defines the C<USE_THREADS> symbol,
  6943. and indicates that Perl should be built to use threads.
  6944.  
  6945. =item C<usevendorprefix>
  6946.  
  6947. From F<vendorprefix.U>:
  6948.  
  6949. This variable tells whether the vendorprefix
  6950. and consequently other vendor* paths are in use.
  6951.  
  6952. =item C<usevfork>
  6953.  
  6954. From F<d_vfork.U>:
  6955.  
  6956. This variable is set to true when the user accepts to use vfork.
  6957. It is set to false when no vfork is available or when the user
  6958. explicitely requests not to use vfork.
  6959.  
  6960. =item C<usrinc>
  6961.  
  6962. From F<usrinc.U>:
  6963.  
  6964. This variable holds the path of the include files, which is
  6965. usually F</usr/include>. It is mainly used by other Configure units.
  6966.  
  6967. =item C<uuname>
  6968.  
  6969. From F<Loc.U>:
  6970.  
  6971. This variable is defined but not used by Configure.
  6972. The value is a plain '' and is not useful.
  6973.  
  6974. =item C<uvoformat>
  6975.  
  6976. From F<perlxvf.U>:
  6977.  
  6978. This variable contains the format string used for printing
  6979. a Perl C<UV> as an unsigned octal integer. 
  6980.  
  6981. =item C<uvsize>
  6982.  
  6983. From F<perlxv.U>:
  6984.  
  6985. This variable is the size of a C<UV> in bytes.
  6986.  
  6987. =item C<uvtype>
  6988.  
  6989. From F<perlxv.U>:
  6990.  
  6991. This variable contains the C type used for Perl's C<UV>.
  6992.  
  6993. =item C<uvuformat>
  6994.  
  6995. From F<perlxvf.U>:
  6996.  
  6997. This variable contains the format string used for printing
  6998. a Perl C<UV> as an unsigned decimal integer. 
  6999.  
  7000. =item C<uvxformat>
  7001.  
  7002. From F<perlxvf.U>:
  7003.  
  7004. This variable contains the format string used for printing
  7005. a Perl C<UV> as an unsigned hexadecimal integer. 
  7006.  
  7007. =back
  7008.  
  7009. =head2 v
  7010.  
  7011. =over
  7012.  
  7013. =item C<vendorarch>
  7014.  
  7015. From F<vendorarch.U>:
  7016.  
  7017. This variable contains the value of the C<PERL_VENDORARCH> symbol.
  7018. It may have a F<~> on the front. 
  7019. The standard distribution will put nothing in this directory.
  7020. Vendors who distribute perl may wish to place their own
  7021. architecture-dependent modules and extensions in this directory with
  7022. MakeMaker F<Makefile.PL> C<INSTALLDIRS>=vendor 
  7023. or equivalent.  See C<INSTALL> for details.
  7024.  
  7025. =item C<vendorarchexp>
  7026.  
  7027. From F<vendorarch.U>:
  7028.  
  7029. This variable is the F<~name> expanded version of vendorarch, so that you
  7030. may use it directly in Makefiles or shell scripts.
  7031.  
  7032. =item C<vendorbin>
  7033.  
  7034. From F<vendorbin.U>:
  7035.  
  7036. This variable contains the eventual value of the C<VENDORBIN> symbol.
  7037. It may have a F<~> on the front.
  7038. The standard distribution will put nothing in this directory.
  7039. Vendors who distribute perl may wish to place additional
  7040. binaries in this directory with
  7041. MakeMaker F<Makefile.PL> C<INSTALLDIRS>=vendor 
  7042. or equivalent.  See C<INSTALL> for details.
  7043.  
  7044. =item C<vendorbinexp>
  7045.  
  7046. From F<vendorbin.U>:
  7047.  
  7048. This variable is the F<~name> expanded version of vendorbin, so that you
  7049. may use it directly in Makefiles or shell scripts.
  7050.  
  7051. =item C<vendorlib>
  7052.  
  7053. From F<vendorlib.U>:
  7054.  
  7055. This variable contains the eventual value of the C<VENDORLIB> symbol,
  7056. which is the name of the private library for this package.
  7057. The standard distribution will put nothing in this directory.
  7058. Vendors who distribute perl may wish to place their own
  7059. modules in this directory with
  7060. MakeMaker F<Makefile.PL> C<INSTALLDIRS>=vendor 
  7061. or equivalent.  See C<INSTALL> for details.
  7062.  
  7063. =item C<vendorlib_stem>
  7064.  
  7065. From F<vendorlib.U>:
  7066.  
  7067. This variable is $vendorlibexp with any trailing version-specific component
  7068. removed.  The elements in inc_version_list (F<inc_version_list.U>) can
  7069. be tacked onto this variable to generate a list of directories to search.
  7070.  
  7071. =item C<vendorlibexp>
  7072.  
  7073. From F<vendorlib.U>:
  7074.  
  7075. This variable is the F<~name> expanded version of vendorlib, so that you
  7076. may use it directly in Makefiles or shell scripts.
  7077.  
  7078. =item C<vendorprefix>
  7079.  
  7080. From F<vendorprefix.U>:
  7081.  
  7082. This variable holds the full absolute path of the directory below
  7083. which the vendor will install add-on packages.
  7084. See C<INSTALL> for usage and examples.
  7085.  
  7086. =item C<vendorprefixexp>
  7087.  
  7088. From F<vendorprefix.U>:
  7089.  
  7090. This variable holds the full absolute path of the directory below
  7091. which the vendor will install add-on packages.  Derived from vendorprefix.
  7092.  
  7093. =item C<version>
  7094.  
  7095. From F<patchlevel.U>:
  7096.  
  7097. The full version number of this package, such as 5.6.1 (or 5_6_1).
  7098. This combines revision, patchlevel, and subversion to get the
  7099. full version number, including any possible subversions.
  7100. This is suitable for use as a directory name, and hence is
  7101. filesystem dependent.
  7102.  
  7103. =item C<vi>
  7104.  
  7105. From F<Loc.U>:
  7106.  
  7107. This variable is defined but not used by Configure.
  7108. The value is a plain '' and is not useful.
  7109.  
  7110. =item C<voidflags>
  7111.  
  7112. From F<voidflags.U>:
  7113.  
  7114. This variable contains the eventual value of the C<VOIDFLAGS> symbol,
  7115. which indicates how much support of the void type is given by this
  7116. compiler.  See C<VOIDFLAGS> for more info.
  7117.  
  7118. =back
  7119.  
  7120. =head2 x
  7121.  
  7122. =over
  7123.  
  7124. =item C<xlibpth>
  7125.  
  7126. From F<libpth.U>:
  7127.  
  7128. This variable holds extra path (space-separated) used to find
  7129. libraries on this platform, for example C<CPU>-specific libraries
  7130. (on multi-C<CPU> platforms) may be listed here.
  7131.  
  7132. =item C<xs_apiversion>
  7133.  
  7134. From F<xs_apiversion.U>:
  7135.  
  7136. This variable contains the version of the oldest perl binary
  7137. compatible with the present perl.  F<perl.c>:incpush() and
  7138. F<lib/lib.pm> will automatically search in $sitearch for older
  7139. directories across major versions back to xs_apiversion.
  7140. This is only useful if you have a perl library directory tree
  7141. structured like the default one.
  7142. See C<INSTALL> for how this works.
  7143. The versioned site_perl directory was introduced in 5.005,
  7144. so that is the lowest possible value.
  7145. Since this can depend on compile time options (such as
  7146. bincompat) it is set by Configure.  Other non-default sources
  7147. of potential incompatibility, such as multiplicity, threads,
  7148. debugging, 64bits, sfio, F<etc.>, are not checked for currently,
  7149. though in principle we could go snooping around in old
  7150. F<Config.pm> files.
  7151.  
  7152. =back
  7153.  
  7154. =head2 z
  7155.  
  7156. =over
  7157.  
  7158. =item C<zcat>
  7159.  
  7160. From F<Loc.U>:
  7161.  
  7162. This variable is defined but not used by Configure.
  7163. The value is a plain '' and is not useful.
  7164.  
  7165. =item C<zip>
  7166.  
  7167. From F<Loc.U>:
  7168.  
  7169. This variable is used internally by Configure to determine the
  7170. full pathname (if any) of the zip program.  After Configure runs,
  7171. the value is reset to a plain C<zip> and is not useful.
  7172.  
  7173.  
  7174. =back
  7175.  
  7176. =head1 NOTE
  7177.  
  7178. This module contains a good example of how to use tie to implement a
  7179. cache and an example of how to make a tied variable readonly to those
  7180. outside of it.
  7181.  
  7182. =cut
  7183.  
  7184.